Shades of Chenin #DDC96B
Tints of Chenin #DDC96B
RGB
CMYK
RGB Variations
Color information
#DDC96B (or 0xDDC96B) is known color: Chenin. HEX triplet: DD, C9 and 6B. RGB value is (221,201,107). Sum of RGB (Red+Green+Blue) = 221+201+107=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 107 (42.19% from 255 or 20.23% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC96B is #223694. Grayscale: #C4C4C4. Windows color (decimal): -2242197 or 7064029. OLE color: 7064029.
HSL color Cylindrical-coordinate representation of color #DDC96B: hue angle of 49.47º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDC96B is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 107 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.13 |
| HSL | 49.47º | 0.63% | 0.64% | - |
| HSV(B) | 49.47º | 0.52% | 0.87% | - |
| XYZ | 53.36 | 58.21 | 22.33 | - |
| YUV | 196.26 | 77.63 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 107 | 0 | 0.09 | 0.52 | 0.13 | 49.47 | 0.63 | 0.64 |
| Hex | DD | C9 | 6B | 0 | 9 | 34 | D | 31 | 3F | 40 |
| Octal | 335 | 311 | 153 | 0 | 11 | 64 | 15 | 61 | 77 | 100 |
| Binary | 11011101 | 11001001 | 1101011 | 0 | 1001 | 110100 | 1101 | 110001 | 111111 | 1000000 |
Color Harmonies of #DDC96B
Complementary color
Monochromatic Colors of #DDC96B
Black with #DDC96B
Text Example
Text Example
White with #DDC96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC96B; }
p { color: rgb(221,201,107); }
H1.HeaderClassName
{
color: #DDC96B;
}
.AnyTagClassName
{
color: #DDC96B;
}
</style>
background-color css
<style>
a { background-color: #DDC96B; }
a { background-color: rgb(221,201,107); }
div.DivClassName
{
background-color: #DDC96B;
}
.BgClassName
{
background-color: #DDC96B;
}
</style>
border-color css
<style>
span { border-color: #DDC96B; }
span { border-color: rgb(221,201,107); }
td.TdClassName
{
border-color: #DDC96B;
}
.TagClassName
{
border-color: #DDC96B;
}
</style>