#DEBB76

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

Shades of Chenin #DEBB76

Tints of Chenin #DEBB76

Color information

#DEBB76 (or 0xDEBB76) is unknown color: approx Chenin. HEX triplet: DE, BB and 76. RGB value is (222,187,118). Sum of RGB (Red+Green+Blue) = 222+187+118=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 118 (46.48% from 255 or 22.39% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBB76 is #214489. Grayscale: #BDBDBD. Windows color (decimal): -2180234 or 7781342. OLE color: 7781342.

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

Color convert

RGB222187118-
CMYK00.160.470.13
HSL39.81º61.18%66.67%-
HSV(B)39.81º46.85%87.06%-
XYZ51.1652.3824.55-
YUV189.687.6151.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.13%
GREEN value IS 187 (73.44% from 255) = 35.48%
BLUE value IS 118 (46.48% from 255) = 22.39%
R=42.13%
G=35.48%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218711800.160.470.1339.8161.1866.67
HexDEBB760102FD283d43
Octal33627316602057155075103
Binary1101111010111011111011001000010111111011010001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBB76; }

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

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

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

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

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

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

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

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