Shades of Chenin #DDC766
Tints of Chenin #DDC766
RGB
CMYK
RGB Variations
Color information
#DDC766 (or 0xDDC766) is known color: Chenin. HEX triplet: DD, C7 and 66. RGB value is (221,199,102). Sum of RGB (Red+Green+Blue) = 221+199+102=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 199 (78.12% from 255 or 38.12% from 522); Blue value is 102 (40.23% from 255 or 19.54% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC766 is #223899. Grayscale: #C2C2C2. Windows color (decimal): -2242714 or 6735837. OLE color: 6735837.
HSL color Cylindrical-coordinate representation of color #DDC766: hue angle of 48.91º 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 #DDC766 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 102 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.13 |
| HSL | 48.91º | 0.64% | 0.63% | - |
| HSV(B) | 48.91º | 0.54% | 0.87% | - |
| XYZ | 52.64 | 57.18 | 20.83 | - |
| YUV | 194.52 | 75.79 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 102 | 0 | 0.10 | 0.54 | 0.13 | 48.91 | 0.64 | 0.63 |
| Hex | DD | C7 | 66 | 0 | A | 36 | D | 31 | 40 | 3F |
| Octal | 335 | 307 | 146 | 0 | 12 | 66 | 15 | 61 | 100 | 77 |
| Binary | 11011101 | 11000111 | 1100110 | 0 | 1010 | 110110 | 1101 | 110001 | 1000000 | 111111 |
Color Harmonies of #DDC766
Complementary color
Monochromatic Colors of #DDC766
Black with #DDC766
Text Example
Text Example
White with #DDC766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC766; }
p { color: rgb(221,199,102); }
H1.HeaderClassName
{
color: #DDC766;
}
.AnyTagClassName
{
color: #DDC766;
}
</style>
background-color css
<style>
a { background-color: #DDC766; }
a { background-color: rgb(221,199,102); }
div.DivClassName
{
background-color: #DDC766;
}
.BgClassName
{
background-color: #DDC766;
}
</style>
border-color css
<style>
span { border-color: #DDC766; }
span { border-color: rgb(221,199,102); }
td.TdClassName
{
border-color: #DDC766;
}
.TagClassName
{
border-color: #DDC766;
}
</style>