Shades of Chenin #DDC86D
Tints of Chenin #DDC86D
RGB
CMYK
RGB Variations
Color information
#DDC86D (or 0xDDC86D) is known color: Chenin. HEX triplet: DD, C8 and 6D. RGB value is (221,200,109). Sum of RGB (Red+Green+Blue) = 221+200+109=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 109 (42.97% from 255 or 20.57% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC86D is #223792. Grayscale: #C4C4C4. Windows color (decimal): -2242451 or 7194845. OLE color: 7194845.
HSL color Cylindrical-coordinate representation of color #DDC86D: hue angle of 48.75º 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 #DDC86D is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 109 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.13 |
| HSL | 48.75º | 0.62% | 0.65% | - |
| HSV(B) | 48.75º | 0.51% | 0.87% | - |
| XYZ | 53.23 | 57.78 | 22.82 | - |
| YUV | 195.91 | 78.96 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 109 | 0 | 0.10 | 0.51 | 0.13 | 48.75 | 0.62 | 0.65 |
| Hex | DD | C8 | 6D | 0 | A | 33 | D | 31 | 3E | 41 |
| Octal | 335 | 310 | 155 | 0 | 12 | 63 | 15 | 61 | 76 | 101 |
| Binary | 11011101 | 11001000 | 1101101 | 0 | 1010 | 110011 | 1101 | 110001 | 111110 | 1000001 |
Color Harmonies of #DDC86D
Complementary color
Monochromatic Colors of #DDC86D
Black with #DDC86D
Text Example
Text Example
White with #DDC86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC86D; }
p { color: rgb(221,200,109); }
H1.HeaderClassName
{
color: #DDC86D;
}
.AnyTagClassName
{
color: #DDC86D;
}
</style>
background-color css
<style>
a { background-color: #DDC86D; }
a { background-color: rgb(221,200,109); }
div.DivClassName
{
background-color: #DDC86D;
}
.BgClassName
{
background-color: #DDC86D;
}
</style>
border-color css
<style>
span { border-color: #DDC86D; }
span { border-color: rgb(221,200,109); }
td.TdClassName
{
border-color: #DDC86D;
}
.TagClassName
{
border-color: #DDC86D;
}
</style>