#DCC479

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

Shades of Chenin #DCC479

Tints of Chenin #DCC479

Color information

#DCC479 (or 0xDCC479) is unknown color: approx Chenin. HEX triplet: DC, C4 and 79. RGB value is (220,196,121). Sum of RGB (Red+Green+Blue) = 220+196+121=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 121 (47.66% from 255 or 22.53% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC479 is #233B86. Grayscale: #C2C2C2. Windows color (decimal): -2308999 or 7980252. OLE color: 7980252.

HSL color Cylindrical-coordinate representation of color #DCC479: hue angle of 45.45º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCC479 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB220196121-
CMYK00.110.450.14
HSL45.45º58.58%66.86%-
HSV(B)45.45º45%86.27%-
XYZ52.7156.0826.13-
YUV194.6386.45146.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.97%
GREEN value IS 196 (76.95% from 255) = 36.50%
BLUE value IS 121 (47.66% from 255) = 22.53%
R=40.97%
G=36.50%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019612100.110.450.1445.4558.5866.86
HexDCC4790B2DE2d3b43
Octal33430417101355165573103
Binary110111001100010011110010101110110111101011011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC479; }

 p { color: rgb(220,196,121); }

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

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

 a { background-color: rgb(220,196,121); }

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

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

 span { border-color: rgb(220,196,121); }

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