#DEC86A

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

Shades of Chenin #DEC86A

Tints of Chenin #DEC86A

Color information

#DEC86A (or 0xDEC86A) is unknown color: approx Chenin. HEX triplet: DE, C8 and 6A. RGB value is (222,200,106). Sum of RGB (Red+Green+Blue) = 222+200+106=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 106 (41.80% from 255 or 20.08% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC86A is #213795. Grayscale: #C4C4C4. Windows color (decimal): -2176918 or 6998238. OLE color: 6998238.

HSL color Cylindrical-coordinate representation of color #DEC86A: hue angle of 48.62º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEC86A is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB222200106-
CMYK00.100.520.13
HSL48.62º63.74%64.31%-
HSV(B)48.62º52.25%87.06%-
XYZ53.3857.8821.99-
YUV195.8677.29146.64-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.05%
GREEN value IS 200 (78.52% from 255) = 37.88%
BLUE value IS 106 (41.80% from 255) = 20.08%
R=42.05%
G=37.88%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220010600.100.520.1348.6263.7464.31
HexDEC86A0A34D314040
Octal336310152012641561100100
Binary1101111011001000110101001010110100110111000110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC86A; }

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

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

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

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

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

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

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

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