Shades of Chenin #DDC279
Tints of Chenin #DDC279
RGB
CMYK
RGB Variations
Color information
#DDC279 (or 0xDDC279) is known color: Chenin. HEX triplet: DD, C2 and 79. RGB value is (221,194,121). Sum of RGB (Red+Green+Blue) = 221+194+121=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 121 (47.66% from 255 or 22.57% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC279 is #223D86. Grayscale: #C2C2C2. Windows color (decimal): -2243975 or 7979741. OLE color: 7979741.
HSL color Cylindrical-coordinate representation of color #DDC279: hue angle of 43.8º 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 #DDC279 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 121 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.13 |
| HSL | 43.8º | 0.6% | 0.67% | - |
| HSV(B) | 43.8º | 0.45% | 0.87% | - |
| XYZ | 52.56 | 55.34 | 26 | - |
| YUV | 193.75 | 86.95 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 121 | 0 | 0.12 | 0.45 | 0.13 | 43.8 | 0.6 | 0.67 |
| Hex | DD | C2 | 79 | 0 | C | 2D | D | 2C | 3C | 43 |
| Octal | 335 | 302 | 171 | 0 | 14 | 55 | 15 | 54 | 74 | 103 |
| Binary | 11011101 | 11000010 | 1111001 | 0 | 1100 | 101101 | 1101 | 101100 | 111100 | 1000011 |
Color Harmonies of #DDC279
Complementary color
Monochromatic Colors of #DDC279
Black with #DDC279
Text Example
Text Example
White with #DDC279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC279; }
p { color: rgb(221,194,121); }
H1.HeaderClassName
{
color: #DDC279;
}
.AnyTagClassName
{
color: #DDC279;
}
</style>
background-color css
<style>
a { background-color: #DDC279; }
a { background-color: rgb(221,194,121); }
div.DivClassName
{
background-color: #DDC279;
}
.BgClassName
{
background-color: #DDC279;
}
</style>
border-color css
<style>
span { border-color: #DDC279; }
span { border-color: rgb(221,194,121); }
td.TdClassName
{
border-color: #DDC279;
}
.TagClassName
{
border-color: #DDC279;
}
</style>