Shades of Chenin #DDC96C
Tints of Chenin #DDC96C
RGB
CMYK
RGB Variations
Color information
#DDC96C (or 0xDDC96C) is known color: Chenin. HEX triplet: DD, C9 and 6C. RGB value is (221,201,108). Sum of RGB (Red+Green+Blue) = 221+201+108=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 108 (42.58% from 255 or 20.38% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC96C is #223693. Grayscale: #C4C4C4. Windows color (decimal): -2242196 or 7129565. OLE color: 7129565.
HSL color Cylindrical-coordinate representation of color #DDC96C: hue angle of 49.38º 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 #DDC96C is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 108 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.13 |
| HSL | 49.38º | 0.62% | 0.65% | - |
| HSV(B) | 49.38º | 0.51% | 0.87% | - |
| XYZ | 53.41 | 58.23 | 22.61 | - |
| YUV | 196.38 | 78.13 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 108 | 0 | 0.09 | 0.51 | 0.13 | 49.38 | 0.62 | 0.65 |
| Hex | DD | C9 | 6C | 0 | 9 | 33 | D | 31 | 3E | 41 |
| Octal | 335 | 311 | 154 | 0 | 11 | 63 | 15 | 61 | 76 | 101 |
| Binary | 11011101 | 11001001 | 1101100 | 0 | 1001 | 110011 | 1101 | 110001 | 111110 | 1000001 |
Color Harmonies of #DDC96C
Complementary color
Monochromatic Colors of #DDC96C
Black with #DDC96C
Text Example
Text Example
White with #DDC96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC96C; }
p { color: rgb(221,201,108); }
H1.HeaderClassName
{
color: #DDC96C;
}
.AnyTagClassName
{
color: #DDC96C;
}
</style>
background-color css
<style>
a { background-color: #DDC96C; }
a { background-color: rgb(221,201,108); }
div.DivClassName
{
background-color: #DDC96C;
}
.BgClassName
{
background-color: #DDC96C;
}
</style>
border-color css
<style>
span { border-color: #DDC96C; }
span { border-color: rgb(221,201,108); }
td.TdClassName
{
border-color: #DDC96C;
}
.TagClassName
{
border-color: #DDC96C;
}
</style>