#dec379

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

Shades of Chenin #DEC379

Tints of Chenin #DEC379

Color information

#DEC379 (or 0xDEC379) is unknown color: approx Chenin. HEX triplet: DE, C3 and 79. RGB value is (222,195,121). Sum of RGB (Red+Green+Blue) = 222+195+121=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 121 (47.66% from 255 or 22.49% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC379 is #213C86. Grayscale: #C2C2C2. Windows color (decimal): -2178183 or 7979998. OLE color: 7979998.

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

Color convert

RGB222195121-
CMYK00.120.450.13
HSL43.96º60.48%67.25%-
HSV(B)43.96º45.5%87.06%-
XYZ53.0955.9426.09-
YUV194.6486.45147.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.26%
GREEN value IS 195 (76.56% from 255) = 36.25%
BLUE value IS 121 (47.66% from 255) = 22.49%
R=41.26%
G=36.25%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219512100.120.450.1343.9660.4867.25
HexDEC3790C2DD2c3c43
Octal33630317101455155474103
Binary110111101100001111110010110010110111011011001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dec379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dec379; }

 p { color: rgb(222,195,121); }

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

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

 a { background-color: rgb(222,195,121); }

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

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

 span { border-color: rgb(222,195,121); }

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