Shades of Chenin #DDC379
Tints of Chenin #DDC379
RGB
CMYK
RGB Variations
Color information
#DDC379 (or 0xDDC379) is known color: 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
| RGB | 221 | 195 | 121 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.13 |
| HSL | 44.4º | 0.6% | 0.67% | - |
| HSV(B) | 44.4º | 0.45% | 0.87% | - |
| XYZ | 52.79 | 55.78 | 26.07 | - |
| YUV | 194.34 | 86.61 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 121 | 0 | 0.12 | 0.45 | 0.13 | 44.4 | 0.6 | 0.67 |
| Hex | DD | C3 | 79 | 0 | C | 2D | D | 2C | 3C | 43 |
| Octal | 335 | 303 | 171 | 0 | 14 | 55 | 15 | 54 | 74 | 103 |
| Binary | 11011101 | 11000011 | 1111001 | 0 | 1100 | 101101 | 1101 | 101100 | 111100 | 1000011 |
Color Harmonies of #DDC379
Complementary color
Monochromatic Colors of #DDC379
Black with #DDC379
Text Example
Text Example
White with #DDC379
Text Example
Text Example
HTML Codes & Css Web 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>