Shades of Chenin #DDC166
Tints of Chenin #DDC166
RGB
CMYK
RGB Variations
Color information
#DDC166 (or 0xDDC166) is known color: Chenin. HEX triplet: DD, C1 and 66. RGB value is (221,193,102). Sum of RGB (Red+Green+Blue) = 221+193+102=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 102 (40.23% from 255 or 19.77% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC166 is #223E99. Grayscale: #BFBFBF. Windows color (decimal): -2244250 or 6734301. OLE color: 6734301.
HSL color Cylindrical-coordinate representation of color #DDC166: hue angle of 45.88º 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 #DDC166 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 102 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.13 |
| HSL | 45.88º | 0.64% | 0.63% | - |
| HSV(B) | 45.88º | 0.54% | 0.87% | - |
| XYZ | 51.29 | 54.47 | 20.38 | - |
| YUV | 191 | 77.78 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 102 | 0 | 0.13 | 0.54 | 0.13 | 45.88 | 0.64 | 0.63 |
| Hex | DD | C1 | 66 | 0 | D | 36 | D | 2E | 40 | 3F |
| Octal | 335 | 301 | 146 | 0 | 15 | 66 | 15 | 56 | 100 | 77 |
| Binary | 11011101 | 11000001 | 1100110 | 0 | 1101 | 110110 | 1101 | 101110 | 1000000 | 111111 |
Color Harmonies of #DDC166
Complementary color
Monochromatic Colors of #DDC166
Black with #DDC166
Text Example
Text Example
White with #DDC166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC166; }
p { color: rgb(221,193,102); }
H1.HeaderClassName
{
color: #DDC166;
}
.AnyTagClassName
{
color: #DDC166;
}
</style>
background-color css
<style>
a { background-color: #DDC166; }
a { background-color: rgb(221,193,102); }
div.DivClassName
{
background-color: #DDC166;
}
.BgClassName
{
background-color: #DDC166;
}
</style>
border-color css
<style>
span { border-color: #DDC166; }
span { border-color: rgb(221,193,102); }
td.TdClassName
{
border-color: #DDC166;
}
.TagClassName
{
border-color: #DDC166;
}
</style>