#DCB57F

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

Shades of Maize #DCB57F

Tints of Maize #DCB57F

Color information

#DCB57F (or 0xDCB57F) is unknown color: approx Maize. HEX triplet: DC, B5 and 7F. RGB value is (220,181,127). Sum of RGB (Red+Green+Blue) = 220+181+127=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 127 (50% from 255 or 24.05% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB57F is #234A80. Grayscale: #BABABA. Windows color (decimal): -2312833 or 8369628. OLE color: 8369628.

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

Color convert

RGB220181127-
CMYK00.180.420.14
HSL34.84º57.06%68.04%-
HSV(B)34.84º42.27%86.27%-
XYZ49.8749.827.06-
YUV186.594.42151.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.67%
GREEN value IS 181 (71.09% from 255) = 34.28%
BLUE value IS 127 (50% from 255) = 24.05%
R=41.67%
G=34.28%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018112700.180.420.1434.8457.0668.04
HexDCB57F0122AE233944
Octal33426517702252164371104
Binary1101110010110101111111101001010101011101000111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB57F; }

 p { color: rgb(220,181,127); }

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

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

 a { background-color: rgb(220,181,127); }

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

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

 span { border-color: rgb(220,181,127); }

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