#DEBC6E

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

Shades of Chenin #DEBC6E

Tints of Chenin #DEBC6E

Color information

#DEBC6E (or 0xDEBC6E) is unknown color: approx Chenin. HEX triplet: DE, BC and 6E. RGB value is (222,188,110). Sum of RGB (Red+Green+Blue) = 222+188+110=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 110 (43.36% from 255 or 21.15% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBC6E is #214391. Grayscale: #BDBDBD. Windows color (decimal): -2179986 or 7257310. OLE color: 7257310.

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

Color convert

RGB222188110-
CMYK00.150.500.13
HSL41.79º62.92%65.1%-
HSV(B)41.79º50.45%87.06%-
XYZ50.9252.6222.23-
YUV189.2783.26151.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.69%
GREEN value IS 188 (73.83% from 255) = 36.15%
BLUE value IS 110 (43.36% from 255) = 21.15%
R=42.69%
G=36.15%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218811000.150.500.1341.7962.9265.1
HexDEBC6E0F32D2a3f41
Octal33627415601762155277101
Binary110111101011110011011100111111001011011010101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBC6E; }

 p { color: rgb(222,188,110); }

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

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

 a { background-color: rgb(222,188,110); }

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

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

 span { border-color: rgb(222,188,110); }

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