#DEB77D

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

Shades of Maize #DEB77D

Tints of Maize #DEB77D

Color information

#DEB77D (or 0xDEB77D) is unknown color: approx Maize. HEX triplet: DE, B7 and 7D. RGB value is (222,183,125). Sum of RGB (Red+Green+Blue) = 222+183+125=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB77D is #214882. Grayscale: #BCBCBC. Windows color (decimal): -2181251 or 8239070. OLE color: 8239070.

HSL color Cylindrical-coordinate representation of color #DEB77D: hue angle of 35.88º 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 #DEB77D is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB222183125-
CMYK00.180.440.13
HSL35.88º59.51%68.04%-
HSV(B)35.88º43.69%87.06%-
XYZ50.7650.8826.55-
YUV188.0592.42152.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.89%
GREEN value IS 183 (71.88% from 255) = 34.53%
BLUE value IS 125 (49.22% from 255) = 23.58%
R=41.89%
G=34.53%
B=23.58%

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
Decimal22218312500.180.440.1335.8859.5168.04
HexDEB77D0122CD243c44
Octal33626717502254154474104
Binary1101111010110111111110101001010110011011001001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB77D; }

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

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

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

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

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

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

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

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