#DCB374

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

Shades of Maize #DCB374

Tints of Maize #DCB374

Color information

#DCB374 (or 0xDCB374) is unknown color: approx Maize. HEX triplet: DC, B3 and 74. RGB value is (220,179,116). Sum of RGB (Red+Green+Blue) = 220+179+116=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB374 is #234C8B. Grayscale: #B8B8B8. Windows color (decimal): -2313356 or 7648220. OLE color: 7648220.

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

Color convert

RGB220179116-
CMYK00.190.470.14
HSL36.35º59.77%65.88%-
HSV(B)36.35º47.27%86.27%-
XYZ48.7948.7223.35-
YUV184.0889.58153.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.72%
GREEN value IS 179 (70.31% from 255) = 34.76%
BLUE value IS 116 (45.70% from 255) = 22.52%
R=42.72%
G=34.76%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017911600.190.470.1436.3559.7765.88
HexDCB3740132FE243c42
Octal33426316402357164474102
Binary1101110010110011111010001001110111111101001001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB374; }

 p { color: rgb(220,179,116); }

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

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

 a { background-color: rgb(220,179,116); }

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

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

 span { border-color: rgb(220,179,116); }

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