#DDC479

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

Shades of Chenin #DDC479

Tints of Chenin #DDC479

Color information

#DDC479 (or 0xDDC479) is unknown color: approx Chenin. HEX triplet: DD, C4 and 79. RGB value is (221,196,121). Sum of RGB (Red+Green+Blue) = 221+196+121=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 121 (47.66% from 255 or 22.49% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC479 is #223B86. Grayscale: #C3C3C3. Windows color (decimal): -2243463 or 7980253. OLE color: 7980253.

HSL color Cylindrical-coordinate representation of color #DDC479: hue angle of 45º 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 #DDC479 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB221196121-
CMYK00.110.450.13
HSL45º59.52%67.06%-
HSV(B)45º45.25%86.67%-
XYZ53.0156.2326.15-
YUV194.9286.28146.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.08%
GREEN value IS 196 (76.95% from 255) = 36.43%
BLUE value IS 121 (47.66% from 255) = 22.49%
R=41.08%
G=36.43%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119612100.110.450.134559.5267.06
HexDDC4790B2DD2d3c43
Octal33530417101355155574103
Binary110111011100010011110010101110110111011011011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC479; }

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

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

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

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

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

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

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

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