#DEBB6F

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

Shades of Chenin #DEBB6F

Tints of Chenin #DEBB6F

Color information

#DEBB6F (or 0xDEBB6F) is unknown color: approx Chenin. HEX triplet: DE, BB and 6F. RGB value is (222,187,111). Sum of RGB (Red+Green+Blue) = 222+187+111=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 111 (43.75% from 255 or 21.35% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBB6F is #214490. Grayscale: #BDBDBD. Windows color (decimal): -2180241 or 7322590. OLE color: 7322590.

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

Color convert

RGB222187111-
CMYK00.160.50.13
HSL41.08º62.71%65.29%-
HSV(B)41.08º50%87.06%-
XYZ50.7652.2222.44-
YUV188.884.1151.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.69%
GREEN value IS 187 (73.44% from 255) = 35.96%
BLUE value IS 111 (43.75% from 255) = 21.35%
R=42.69%
G=35.96%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.5
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218711100.160.50.1341.0862.7165.29
HexDEBB6F01032D293f41
Octal33627315702062155177101
Binary1101111010111011110111101000011001011011010011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBB6F; }

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

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

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

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

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

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

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

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