#DEC276

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

Shades of Chenin #DEC276

Tints of Chenin #DEC276

Color information

#DEC276 (or 0xDEC276) is unknown color: approx Chenin. HEX triplet: DE, C2 and 76. RGB value is (222,194,118). Sum of RGB (Red+Green+Blue) = 222+194+118=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC276 is #213D89. Grayscale: #C2C2C2. Windows color (decimal): -2178442 or 7783134. OLE color: 7783134.

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

Color convert

RGB222194118-
CMYK00.130.470.13
HSL43.85º61.18%66.67%-
HSV(B)43.85º46.85%87.06%-
XYZ52.6955.4225.06-
YUV193.7185.28148.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.57%
GREEN value IS 194 (76.17% from 255) = 36.33%
BLUE value IS 118 (46.48% from 255) = 22.10%
R=41.57%
G=36.33%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219411800.130.470.1343.8561.1866.67
HexDEC2760D2FD2c3d43
Octal33630216601557155475103
Binary110111101100001011101100110110111111011011001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC276; }

 p { color: rgb(222,194,118); }

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

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

 a { background-color: rgb(222,194,118); }

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

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

 span { border-color: rgb(222,194,118); }

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