Shades of Chenin #DDC86F
Tints of Chenin #DDC86F
RGB
CMYK
RGB Variations
Color information
#DDC86F (or 0xDDC86F) is known color: Chenin. HEX triplet: DD, C8 and 6F. RGB value is (221,200,111). Sum of RGB (Red+Green+Blue) = 221+200+111=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 111 (43.75% from 255 or 20.86% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC86F is #223790. Grayscale: #C4C4C4. Windows color (decimal): -2242449 or 7325917. OLE color: 7325917.
HSL color Cylindrical-coordinate representation of color #DDC86F: hue angle of 48.55º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDC86F is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 111 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.13 |
| HSL | 48.55º | 0.62% | 0.65% | - |
| HSV(B) | 48.55º | 0.5% | 0.87% | - |
| XYZ | 53.34 | 57.83 | 23.39 | - |
| YUV | 196.13 | 79.96 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 111 | 0 | 0.10 | 0.50 | 0.13 | 48.55 | 0.62 | 0.65 |
| Hex | DD | C8 | 6F | 0 | A | 32 | D | 31 | 3E | 41 |
| Octal | 335 | 310 | 157 | 0 | 12 | 62 | 15 | 61 | 76 | 101 |
| Binary | 11011101 | 11001000 | 1101111 | 0 | 1010 | 110010 | 1101 | 110001 | 111110 | 1000001 |
Color Harmonies of #DDC86F
Complementary color
Monochromatic Colors of #DDC86F
Black with #DDC86F
Text Example
Text Example
White with #DDC86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC86F; }
p { color: rgb(221,200,111); }
H1.HeaderClassName
{
color: #DDC86F;
}
.AnyTagClassName
{
color: #DDC86F;
}
</style>
background-color css
<style>
a { background-color: #DDC86F; }
a { background-color: rgb(221,200,111); }
div.DivClassName
{
background-color: #DDC86F;
}
.BgClassName
{
background-color: #DDC86F;
}
</style>
border-color css
<style>
span { border-color: #DDC86F; }
span { border-color: rgb(221,200,111); }
td.TdClassName
{
border-color: #DDC86F;
}
.TagClassName
{
border-color: #DDC86F;
}
</style>