#DCB77D

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

Shades of Maize #DCB77D

Tints of Maize #DCB77D

Color information

#DCB77D (or 0xDCB77D) is unknown color: approx Maize. HEX triplet: DC, B7 and 7D. RGB value is (220,183,125). Sum of RGB (Red+Green+Blue) = 220+183+125=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB77D is #234882. Grayscale: #BBBBBB. Windows color (decimal): -2312323 or 8239068. OLE color: 8239068.

HSL color Cylindrical-coordinate representation of color #DCB77D: hue angle of 36.63º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCB77D is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB220183125-
CMYK00.170.430.14
HSL36.63º57.58%67.65%-
HSV(B)36.63º43.18%86.27%-
XYZ50.1550.5626.52-
YUV187.4592.76151.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.67%
GREEN value IS 183 (71.88% from 255) = 34.66%
BLUE value IS 125 (49.22% from 255) = 23.67%
R=41.67%
G=34.66%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018312500.170.430.1436.6357.5867.65
HexDCB77D0112BE253a44
Octal33426717502153164572104
Binary1101110010110111111110101000110101111101001011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB77D; }

 p { color: rgb(220,183,125); }

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

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

 a { background-color: rgb(220,183,125); }

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

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

 span { border-color: rgb(220,183,125); }

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