#dcb476

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

Shades of Maize #DCB476

Tints of Maize #DCB476

Color information

#DCB476 (or 0xDCB476) is unknown color: approx Maize. HEX triplet: DC, B4 and 76. RGB value is (220,180,118). Sum of RGB (Red+Green+Blue) = 220+180+118=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 118 (46.48% from 255 or 22.78% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB476 is #234B89. Grayscale: #B9B9B9. Windows color (decimal): -2313098 or 7779548. OLE color: 7779548.

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

Color convert

RGB220180118-
CMYK00.180.460.14
HSL36.47º59.3%66.27%-
HSV(B)36.47º46.36%86.27%-
XYZ49.1149.1724.04-
YUV184.8990.25153.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.47%
GREEN value IS 180 (70.70% from 255) = 34.75%
BLUE value IS 118 (46.48% from 255) = 22.78%
R=42.47%
G=34.75%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018011800.180.460.1436.4759.366.27
HexDCB4760122EE243b42
Octal33426416602256164473102
Binary1101110010110100111011001001010111011101001001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcb476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcb476; }

 p { color: rgb(220,180,118); }

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

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

 a { background-color: rgb(220,180,118); }

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

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

 span { border-color: rgb(220,180,118); }

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