#DCB479

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

Shades of Maize #DCB479

Tints of Maize #DCB479

Color information

#DCB479 (or 0xDCB479) is unknown color: approx Maize. HEX triplet: DC, B4 and 79. RGB value is (220,180,121). Sum of RGB (Red+Green+Blue) = 220+180+121=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 121 (47.66% from 255 or 23.22% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB479 is #234B86. Grayscale: #B9B9B9. Windows color (decimal): -2313095 or 7976156. OLE color: 7976156.

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

Color convert

RGB220180121-
CMYK00.180.450.14
HSL35.76º58.58%66.86%-
HSV(B)35.76º45%86.27%-
XYZ49.2949.2425-
YUV185.2391.75152.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.23%
GREEN value IS 180 (70.70% from 255) = 34.55%
BLUE value IS 121 (47.66% from 255) = 23.22%
R=42.23%
G=34.55%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018012100.180.450.1435.7658.5866.86
HexDCB4790122DE243b43
Octal33426417102255164473103
Binary1101110010110100111100101001010110111101001001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB479; }

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

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

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

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

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

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

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

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