#DEB67E

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

Shades of Maize #DEB67E

Tints of Maize #DEB67E

Color information

#DEB67E (or 0xDEB67E) is unknown color: approx Maize. HEX triplet: DE, B6 and 7E. RGB value is (222,182,126). Sum of RGB (Red+Green+Blue) = 222+182+126=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 126 (49.61% from 255 or 23.77% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB67E is #214981. Grayscale: #BBBBBB. Windows color (decimal): -2181506 or 8304350. OLE color: 8304350.

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

Color convert

RGB222182126-
CMYK00.180.430.13
HSL35º59.26%68.24%-
HSV(B)35º43.24%87.06%-
XYZ50.6250.4926.82-
YUV187.5893.25152.55-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.89%
GREEN value IS 182 (71.48% from 255) = 34.34%
BLUE value IS 126 (49.61% from 255) = 23.77%
R=41.89%
G=34.34%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218212600.180.430.133559.2668.24
HexDEB67E0122BD233b44
Octal33626617602253154373104
Binary1101111010110110111111001001010101111011000111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB67E; }

 p { color: rgb(222,182,126); }

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

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

 a { background-color: rgb(222,182,126); }

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

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

 span { border-color: rgb(222,182,126); }

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