#DEBB82

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

Shades of Maize #DEBB82

Tints of Maize #DEBB82

Color information

#DEBB82 (or 0xDEBB82) is unknown color: approx Maize. HEX triplet: DE, BB and 82. RGB value is (222,187,130). Sum of RGB (Red+Green+Blue) = 222+187+130=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 130 (51.17% from 255 or 24.12% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBB82 is #21447D. Grayscale: #BFBFBF. Windows color (decimal): -2180222 or 8567774. OLE color: 8567774.

HSL color Cylindrical-coordinate representation of color #DEBB82: hue angle of 37.17º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DEBB82 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB222187130-
CMYK00.160.410.13
HSL37.17º58.23%69.02%-
HSV(B)37.17º41.44%87.06%-
XYZ51.9252.6828.55-
YUV190.9793.6150.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.19%
GREEN value IS 187 (73.44% from 255) = 34.69%
BLUE value IS 130 (51.17% from 255) = 24.12%
R=41.19%
G=34.69%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218713000.160.410.1337.1758.2369.02
HexDEBB8201029D253a45
Octal33627320202051154572105
Binary11011110101110111000001001000010100111011001011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBB82; }

 p { color: rgb(222,187,130); }

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

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

 a { background-color: rgb(222,187,130); }

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

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

 span { border-color: rgb(222,187,130); }

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