#DFB676

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

Shades of Maize #DFB676

Tints of Maize #DFB676

Color information

#DFB676 (or 0xDFB676) is unknown color: approx Maize. HEX triplet: DF, B6 and 76. RGB value is (223,182,118). Sum of RGB (Red+Green+Blue) = 223+182+118=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 182 (71.48% from 255 or 34.80% from 523); Blue value is 118 (46.48% from 255 or 22.56% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB676 is #204989. Grayscale: #BBBBBB. Windows color (decimal): -2115978 or 7780063. OLE color: 7780063.

HSL color Cylindrical-coordinate representation of color #DFB676: hue angle of 36.57º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DFB676 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB223182118-
CMYK00.180.470.13
HSL36.57º62.13%66.86%-
HSV(B)36.57º47.09%87.45%-
XYZ50.4350.4524.22-
YUV186.9689.08153.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.64%
GREEN value IS 182 (71.48% from 255) = 34.80%
BLUE value IS 118 (46.48% from 255) = 22.56%
R=42.64%
G=34.80%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318211800.180.470.1336.5762.1366.86
HexDFB6760122FD253e43
Octal33726616602257154576103
Binary1101111110110110111011001001010111111011001011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB676; }

 p { color: rgb(223,182,118); }

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

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

 a { background-color: rgb(223,182,118); }

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

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

 span { border-color: rgb(223,182,118); }

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