Shades of Chenin #DDC966
Tints of Chenin #DDC966
RGB
CMYK
RGB Variations
Color information
#DDC966 (or 0xDDC966) is known color: Chenin. HEX triplet: DD, C9 and 66. RGB value is (221,201,102). Sum of RGB (Red+Green+Blue) = 221+201+102=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 102 (40.23% from 255 or 19.47% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC966 is #223699. Grayscale: #C4C4C4. Windows color (decimal): -2242202 or 6736349. OLE color: 6736349.
HSL color Cylindrical-coordinate representation of color #DDC966: hue angle of 49.92º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDC966 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 102 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.13 |
| HSL | 49.92º | 0.64% | 0.63% | - |
| HSV(B) | 49.92º | 0.54% | 0.87% | - |
| XYZ | 53.1 | 58.1 | 20.99 | - |
| YUV | 195.69 | 75.13 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 102 | 0 | 0.09 | 0.54 | 0.13 | 49.92 | 0.64 | 0.63 |
| Hex | DD | C9 | 66 | 0 | 9 | 36 | D | 32 | 40 | 3F |
| Octal | 335 | 311 | 146 | 0 | 11 | 66 | 15 | 62 | 100 | 77 |
| Binary | 11011101 | 11001001 | 1100110 | 0 | 1001 | 110110 | 1101 | 110010 | 1000000 | 111111 |
Color Harmonies of #DDC966
Complementary color
Monochromatic Colors of #DDC966
Black with #DDC966
Text Example
Text Example
White with #DDC966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC966; }
p { color: rgb(221,201,102); }
H1.HeaderClassName
{
color: #DDC966;
}
.AnyTagClassName
{
color: #DDC966;
}
</style>
background-color css
<style>
a { background-color: #DDC966; }
a { background-color: rgb(221,201,102); }
div.DivClassName
{
background-color: #DDC966;
}
.BgClassName
{
background-color: #DDC966;
}
</style>
border-color css
<style>
span { border-color: #DDC966; }
span { border-color: rgb(221,201,102); }
td.TdClassName
{
border-color: #DDC966;
}
.TagClassName
{
border-color: #DDC966;
}
</style>