#DECA71

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

Shades of Chenin #DECA71

Tints of Chenin #DECA71

Color information

#DECA71 (or 0xDECA71) is unknown color: approx Chenin. HEX triplet: DE, CA and 71. RGB value is (222,202,113). Sum of RGB (Red+Green+Blue) = 222+202+113=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 113 (44.53% from 255 or 21.04% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECA71 is #21358E. Grayscale: #C6C6C6. Windows color (decimal): -2176399 or 7457502. OLE color: 7457502.

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

Color convert

RGB222202113-
CMYK00.090.490.13
HSL48.99º62.29%65.69%-
HSV(B)48.99º49.1%87.06%-
XYZ54.2358.9624.15-
YUV197.8380.13145.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.34%
GREEN value IS 202 (79.30% from 255) = 37.62%
BLUE value IS 113 (44.53% from 255) = 21.04%
R=41.34%
G=37.62%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220211300.090.490.1348.9962.2965.69
HexDECA710931D313e42
Octal33631216101161156176102
Binary110111101100101011100010100111000111011100011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECA71; }

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

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

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

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

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

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

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

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