Shades of Chenin #DDC76C
Tints of Chenin #DDC76C
RGB
CMYK
RGB Variations
Color information
#DDC76C (or 0xDDC76C) is known color: Chenin. HEX triplet: DD, C7 and 6C. RGB value is (221,199,108). Sum of RGB (Red+Green+Blue) = 221+199+108=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 108 (42.58% from 255 or 20.45% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC76C is #223893. Grayscale: #C3C3C3. Windows color (decimal): -2242708 or 7129053. OLE color: 7129053.
HSL color Cylindrical-coordinate representation of color #DDC76C: hue angle of 48.32º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDC76C is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 108 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.13 |
| HSL | 48.32º | 0.62% | 0.65% | - |
| HSV(B) | 48.32º | 0.51% | 0.87% | - |
| XYZ | 52.95 | 57.3 | 22.46 | - |
| YUV | 195.2 | 78.79 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 108 | 0 | 0.10 | 0.51 | 0.13 | 48.32 | 0.62 | 0.65 |
| Hex | DD | C7 | 6C | 0 | A | 33 | D | 30 | 3E | 41 |
| Octal | 335 | 307 | 154 | 0 | 12 | 63 | 15 | 60 | 76 | 101 |
| Binary | 11011101 | 11000111 | 1101100 | 0 | 1010 | 110011 | 1101 | 110000 | 111110 | 1000001 |
Color Harmonies of #DDC76C
Complementary color
Monochromatic Colors of #DDC76C
Black with #DDC76C
Text Example
Text Example
White with #DDC76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC76C; }
p { color: rgb(221,199,108); }
H1.HeaderClassName
{
color: #DDC76C;
}
.AnyTagClassName
{
color: #DDC76C;
}
</style>
background-color css
<style>
a { background-color: #DDC76C; }
a { background-color: rgb(221,199,108); }
div.DivClassName
{
background-color: #DDC76C;
}
.BgClassName
{
background-color: #DDC76C;
}
</style>
border-color css
<style>
span { border-color: #DDC76C; }
span { border-color: rgb(221,199,108); }
td.TdClassName
{
border-color: #DDC76C;
}
.TagClassName
{
border-color: #DDC76C;
}
</style>