#DDC379

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

Shades of Chenin #DDC379

Tints of Chenin #DDC379

Color information

#DDC379 (or 0xDDC379) is unknown color: approx Chenin. HEX triplet: DD, C3 and 79. RGB value is (221,195,121). Sum of RGB (Red+Green+Blue) = 221+195+121=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 121 (47.66% from 255 or 22.53% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC379 is #223C86. Grayscale: #C2C2C2. Windows color (decimal): -2243719 or 7979997. OLE color: 7979997.

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

Color convert

RGB221195121-
CMYK00.120.450.13
HSL44.4º59.52%67.06%-
HSV(B)44.4º45.25%86.67%-
XYZ52.7955.7826.07-
YUV194.3486.61147.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.15%
GREEN value IS 195 (76.56% from 255) = 36.31%
BLUE value IS 121 (47.66% from 255) = 22.53%
R=41.15%
G=36.31%
B=22.53%

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
Decimal22119512100.120.450.1344.459.5267.06
HexDDC3790C2DD2c3c43
Octal33530317101455155474103
Binary110111011100001111110010110010110111011011001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC379; }

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

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

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

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

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

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

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

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