#DEBB72

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

Shades of Chenin #DEBB72

Tints of Chenin #DEBB72

Color information

#DEBB72 (or 0xDEBB72) is unknown color: approx Chenin. HEX triplet: DE, BB and 72. RGB value is (222,187,114). Sum of RGB (Red+Green+Blue) = 222+187+114=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 114 (44.92% from 255 or 21.80% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBB72 is #21448D. Grayscale: #BDBDBD. Windows color (decimal): -2180238 or 7519198. OLE color: 7519198.

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

Color convert

RGB222187114-
CMYK00.160.490.13
HSL40.56º62.07%65.88%-
HSV(B)40.56º48.65%87.06%-
XYZ50.9352.2923.33-
YUV189.1485.6151.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.45%
GREEN value IS 187 (73.44% from 255) = 35.76%
BLUE value IS 114 (44.92% from 255) = 21.80%
R=42.45%
G=35.76%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218711400.160.490.1340.5662.0765.88
HexDEBB7201031D293e42
Octal33627316202061155176102
Binary1101111010111011111001001000011000111011010011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBB72; }

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

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

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

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

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

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

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

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