#DECA6D

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

Shades of Chenin #DECA6D

Tints of Chenin #DECA6D

Color information

#DECA6D (or 0xDECA6D) is unknown color: approx Chenin. HEX triplet: DE, CA and 6D. RGB value is (222,202,109). Sum of RGB (Red+Green+Blue) = 222+202+109=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 109 (42.97% from 255 or 20.45% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECA6D is #213592. Grayscale: #C5C5C5. Windows color (decimal): -2176403 or 7195358. OLE color: 7195358.

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

Color convert

RGB222202109-
CMYK00.090.510.13
HSL49.38º63.13%64.9%-
HSV(B)49.38º50.9%87.06%-
XYZ54.0158.8722.99-
YUV197.3878.13145.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.65%
GREEN value IS 202 (79.30% from 255) = 37.90%
BLUE value IS 109 (42.97% from 255) = 20.45%
R=41.65%
G=37.90%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220210900.090.510.1349.3863.1364.9
HexDECA6D0933D313f41
Octal33631215501163156177101
Binary110111101100101011011010100111001111011100011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECA6D; }

 p { color: rgb(222,202,109); }

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

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

 a { background-color: rgb(222,202,109); }

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

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

 span { border-color: rgb(222,202,109); }

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