#DEC870

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

Shades of Chenin #DEC870

Tints of Chenin #DEC870

Color information

#DEC870 (or 0xDEC870) is unknown color: approx Chenin. HEX triplet: DE, C8 and 70. RGB value is (222,200,112). Sum of RGB (Red+Green+Blue) = 222+200+112=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 112 (44.14% from 255 or 20.97% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC870 is #21378F. Grayscale: #C4C4C4. Windows color (decimal): -2176912 or 7391454. OLE color: 7391454.

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

Color convert

RGB222200112-
CMYK00.100.500.13
HSL48º62.5%65.49%-
HSV(B)48º49.55%87.06%-
XYZ53.758.0123.7-
YUV196.5580.29146.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.57%
GREEN value IS 200 (78.52% from 255) = 37.45%
BLUE value IS 112 (44.14% from 255) = 20.97%
R=41.57%
G=37.45%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220011200.100.500.134862.565.49
HexDEC8700A32D303e41
Octal33631016001262156076101
Binary110111101100100011100000101011001011011100001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC870; }

 p { color: rgb(222,200,112); }

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

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

 a { background-color: rgb(222,200,112); }

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

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

 span { border-color: rgb(222,200,112); }

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