Shades of Chenin #DDC066
Tints of Chenin #DDC066
RGB
CMYK
RGB Variations
Color information
#DDC066 (or 0xDDC066) is known color: Chenin. HEX triplet: DD, C0 and 66. RGB value is (221,192,102). Sum of RGB (Red+Green+Blue) = 221+192+102=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 102 (40.23% from 255 or 19.81% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC066 is #223F99. Grayscale: #BEBEBE. Windows color (decimal): -2244506 or 6734045. OLE color: 6734045.
HSL color Cylindrical-coordinate representation of color #DDC066: hue angle of 45.38º 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 #DDC066 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 102 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.13 |
| HSL | 45.38º | 0.64% | 0.63% | - |
| HSV(B) | 45.38º | 0.54% | 0.87% | - |
| XYZ | 51.07 | 54.03 | 20.31 | - |
| YUV | 190.41 | 78.11 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 102 | 0 | 0.13 | 0.54 | 0.13 | 45.38 | 0.64 | 0.63 |
| Hex | DD | C0 | 66 | 0 | D | 36 | D | 2D | 40 | 3F |
| Octal | 335 | 300 | 146 | 0 | 15 | 66 | 15 | 55 | 100 | 77 |
| Binary | 11011101 | 11000000 | 1100110 | 0 | 1101 | 110110 | 1101 | 101101 | 1000000 | 111111 |
Color Harmonies of #DDC066
Complementary color
Monochromatic Colors of #DDC066
Black with #DDC066
Text Example
Text Example
White with #DDC066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC066; }
p { color: rgb(221,192,102); }
H1.HeaderClassName
{
color: #DDC066;
}
.AnyTagClassName
{
color: #DDC066;
}
</style>
background-color css
<style>
a { background-color: #DDC066; }
a { background-color: rgb(221,192,102); }
div.DivClassName
{
background-color: #DDC066;
}
.BgClassName
{
background-color: #DDC066;
}
</style>
border-color css
<style>
span { border-color: #DDC066; }
span { border-color: rgb(221,192,102); }
td.TdClassName
{
border-color: #DDC066;
}
.TagClassName
{
border-color: #DDC066;
}
</style>