#DEB86F

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

Shades of Chenin #DEB86F

Tints of Chenin #DEB86F

Color information

#DEB86F (or 0xDEB86F) is unknown color: approx Chenin. HEX triplet: DE, B8 and 6F. RGB value is (222,184,111). Sum of RGB (Red+Green+Blue) = 222+184+111=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 111 (43.75% from 255 or 21.47% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB86F is #214790. Grayscale: #BBBBBB. Windows color (decimal): -2181009 or 7321822. OLE color: 7321822.

HSL color Cylindrical-coordinate representation of color #DEB86F: hue angle of 39.46º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEB86F is Cyan = 0, Magento = 0.17, Yellow = 0.5 and Black (K on CMYK) = 0.13.

Color convert

RGB222184111-
CMYK00.170.50.13
HSL39.46º62.71%65.29%-
HSV(B)39.46º50%87.06%-
XYZ50.1350.9622.23-
YUV187.0485.09152.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.94%
GREEN value IS 184 (72.27% from 255) = 35.59%
BLUE value IS 111 (43.75% from 255) = 21.47%
R=42.94%
G=35.59%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.5
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218411100.170.50.1339.4662.7165.29
HexDEB86F01132D273f41
Octal33627015702162154777101
Binary1101111010111000110111101000111001011011001111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB86F; }

 p { color: rgb(222,184,111); }

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

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

 a { background-color: rgb(222,184,111); }

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

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

 span { border-color: rgb(222,184,111); }

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