#DECB6E

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

Shades of Chenin #DECB6E

Tints of Chenin #DECB6E

Color information

#DECB6E (or 0xDECB6E) is unknown color: approx Chenin. HEX triplet: DE, CB and 6E. RGB value is (222,203,110). Sum of RGB (Red+Green+Blue) = 222+203+110=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECB6E is #213491. Grayscale: #C6C6C6. Windows color (decimal): -2176146 or 7261150. OLE color: 7261150.

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

Color convert

RGB222203110-
CMYK00.090.500.13
HSL49.82º62.92%65.1%-
HSV(B)49.82º50.45%87.06%-
XYZ54.2959.3723.35-
YUV198.0878.29145.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.50%
GREEN value IS 203 (79.69% from 255) = 37.94%
BLUE value IS 110 (43.36% from 255) = 20.56%
R=41.50%
G=37.94%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220311000.090.500.1349.8262.9265.1
HexDECB6E0932D323f41
Octal33631315601162156277101
Binary110111101100101111011100100111001011011100101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECB6E; }

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

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

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

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

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

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

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

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