#DEBA76

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

Shades of Chenin #DEBA76

Tints of Chenin #DEBA76

Color information

#DEBA76 (or 0xDEBA76) is unknown color: approx Chenin. HEX triplet: DE, BA and 76. RGB value is (222,186,118). Sum of RGB (Red+Green+Blue) = 222+186+118=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 118 (46.48% from 255 or 22.43% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBA76 is #214589. Grayscale: #BDBDBD. Windows color (decimal): -2180490 or 7781086. OLE color: 7781086.

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

Color convert

RGB222186118-
CMYK00.160.470.13
HSL39.23º61.18%66.67%-
HSV(B)39.23º46.85%87.06%-
XYZ50.9551.9624.48-
YUV189.0187.93151.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.21%
GREEN value IS 186 (73.05% from 255) = 35.36%
BLUE value IS 118 (46.48% from 255) = 22.43%
R=42.21%
G=35.36%
B=22.43%

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
Decimal22218611800.160.470.1339.2361.1866.67
HexDEBA760102FD273d43
Octal33627216602057154775103
Binary1101111010111010111011001000010111111011001111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBA76; }

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

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

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

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

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

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

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

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