Shades of Chenin #DDC96D
Tints of Chenin #DDC96D
RGB
CMYK
RGB Variations
Color information
#DDC96D (or 0xDDC96D) is known color: Chenin. HEX triplet: DD, C9 and 6D. RGB value is (221,201,109). Sum of RGB (Red+Green+Blue) = 221+201+109=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC96D is #223692. Grayscale: #C4C4C4. Windows color (decimal): -2242195 or 7195101. OLE color: 7195101.
HSL color Cylindrical-coordinate representation of color #DDC96D: hue angle of 49.29º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDC96D is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 109 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.13 |
| HSL | 49.29º | 0.62% | 0.65% | - |
| HSV(B) | 49.29º | 0.51% | 0.87% | - |
| XYZ | 53.47 | 58.25 | 22.89 | - |
| YUV | 196.49 | 78.63 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 109 | 0 | 0.09 | 0.51 | 0.13 | 49.29 | 0.62 | 0.65 |
| Hex | DD | C9 | 6D | 0 | 9 | 33 | D | 31 | 3E | 41 |
| Octal | 335 | 311 | 155 | 0 | 11 | 63 | 15 | 61 | 76 | 101 |
| Binary | 11011101 | 11001001 | 1101101 | 0 | 1001 | 110011 | 1101 | 110001 | 111110 | 1000001 |
Color Harmonies of #DDC96D
Complementary color
Monochromatic Colors of #DDC96D
Black with #DDC96D
Text Example
Text Example
White with #DDC96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC96D; }
p { color: rgb(221,201,109); }
H1.HeaderClassName
{
color: #DDC96D;
}
.AnyTagClassName
{
color: #DDC96D;
}
</style>
background-color css
<style>
a { background-color: #DDC96D; }
a { background-color: rgb(221,201,109); }
div.DivClassName
{
background-color: #DDC96D;
}
.BgClassName
{
background-color: #DDC96D;
}
</style>
border-color css
<style>
span { border-color: #DDC96D; }
span { border-color: rgb(221,201,109); }
td.TdClassName
{
border-color: #DDC96D;
}
.TagClassName
{
border-color: #DDC96D;
}
</style>