#DCD457

Color #DCD457 Manz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manz #DCD457

Tints of Manz #DCD457

Color information

#DCD457 (or 0xDCD457) is unknown color: approx Manz. HEX triplet: DC, D4 and 57. RGB value is (220,212,87). Sum of RGB (Red+Green+Blue) = 220+212+87=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 87 (34.38% from 255 or 16.76% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD457 is #232BA8. Grayscale: #C8C8C8. Windows color (decimal): -2304937 or 5756124. OLE color: 5756124.

HSL color Cylindrical-coordinate representation of color #DCD457: hue angle of 56.39º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCD457 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB22021287-
CMYK00.040.600.14
HSL56.39º65.52%60.2%-
HSV(B)56.39º60.45%86.27%-
XYZ54.7862.9918.29-
YUV200.1464.15142.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 42.39%
GREEN value IS 212 (83.20% from 255) = 40.85%
BLUE value IS 87 (34.38% from 255) = 16.76%
R=42.39%
G=40.85%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202128700.040.600.1456.3965.5260.2
HexDCD457043CE38423c
Octal3343241270474167010274
Binary11011100110101001010111010011110011101110001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD457; }

 p { color: rgb(220,212,87); }

 H1.HeaderClassName
 {
   color: #DCD457;
 }
 .AnyTagClassName
 {
   color: #DCD457;
 }
</style>
background-color css

<style>
 a { background-color: #DCD457; }

 a { background-color: rgb(220,212,87); }

 div.DivClassName
 {
   background-color: #DCD457;
 }
 .BgClassName
 {
   background-color: #DCD457;
 }
</style>
border-color css

<style>
 span { border-color: #DCD457; }

 span { border-color: rgb(220,212,87); }

 td.TdClassName
 {
   border-color: #DCD457;
 }
 .TagClassName
 {
   border-color: #DCD457;
 }
</style>