#DEB67D

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

Shades of Maize #DEB67D

Tints of Maize #DEB67D

Color information

#DEB67D (or 0xDEB67D) is unknown color: approx Maize. HEX triplet: DE, B6 and 7D. RGB value is (222,182,125). Sum of RGB (Red+Green+Blue) = 222+182+125=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 125 (49.22% from 255 or 23.63% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB67D is #214982. Grayscale: #BBBBBB. Windows color (decimal): -2181507 or 8238814. OLE color: 8238814.

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

Color convert

RGB222182125-
CMYK00.180.440.13
HSL35.26º59.51%68.04%-
HSV(B)35.26º43.69%87.06%-
XYZ50.5550.4726.48-
YUV187.4692.75152.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.97%
GREEN value IS 182 (71.48% from 255) = 34.40%
BLUE value IS 125 (49.22% from 255) = 23.63%
R=41.97%
G=34.40%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218212500.180.440.1335.2659.5168.04
HexDEB67D0122CD233c44
Octal33626617502254154374104
Binary1101111010110110111110101001010110011011000111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB67D; }

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

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

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

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

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

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

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

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