Shades of Chenin #DDC06E
Tints of Chenin #DDC06E
RGB
CMYK
RGB Variations
Color information
#DDC06E (or 0xDDC06E) is known color: Chenin. HEX triplet: DD, C0 and 6E. RGB value is (221,192,110). Sum of RGB (Red+Green+Blue) = 221+192+110=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 110 (43.36% from 255 or 21.03% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC06E is #223F91. Grayscale: #BFBFBF. Windows color (decimal): -2244498 or 7258333. OLE color: 7258333.
HSL color Cylindrical-coordinate representation of color #DDC06E: hue angle of 44.32º 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 #DDC06E is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 110 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.13 |
| HSL | 44.32º | 0.62% | 0.65% | - |
| HSV(B) | 44.32º | 0.5% | 0.87% | - |
| XYZ | 51.48 | 54.2 | 22.5 | - |
| YUV | 191.32 | 82.11 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 110 | 0 | 0.13 | 0.50 | 0.13 | 44.32 | 0.62 | 0.65 |
| Hex | DD | C0 | 6E | 0 | D | 32 | D | 2C | 3E | 41 |
| Octal | 335 | 300 | 156 | 0 | 15 | 62 | 15 | 54 | 76 | 101 |
| Binary | 11011101 | 11000000 | 1101110 | 0 | 1101 | 110010 | 1101 | 101100 | 111110 | 1000001 |
Color Harmonies of #DDC06E
Complementary color
Monochromatic Colors of #DDC06E
Black with #DDC06E
Text Example
Text Example
White with #DDC06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC06E; }
p { color: rgb(221,192,110); }
H1.HeaderClassName
{
color: #DDC06E;
}
.AnyTagClassName
{
color: #DDC06E;
}
</style>
background-color css
<style>
a { background-color: #DDC06E; }
a { background-color: rgb(221,192,110); }
div.DivClassName
{
background-color: #DDC06E;
}
.BgClassName
{
background-color: #DDC06E;
}
</style>
border-color css
<style>
span { border-color: #DDC06E; }
span { border-color: rgb(221,192,110); }
td.TdClassName
{
border-color: #DDC06E;
}
.TagClassName
{
border-color: #DDC06E;
}
</style>