Shades of Chenin #DDC870
Tints of Chenin #DDC870
RGB
CMYK
RGB Variations
Color information
#DDC870 (or 0xDDC870) is known color: Chenin. HEX triplet: DD, C8 and 70. RGB value is (221,200,112). Sum of RGB (Red+Green+Blue) = 221+200+112=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 200 (78.52% from 255 or 37.52% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC870 is #22378F. Grayscale: #C4C4C4. Windows color (decimal): -2242448 or 7391453. OLE color: 7391453.
HSL color Cylindrical-coordinate representation of color #DDC870: hue angle of 48.44º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDC870 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 112 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.13 |
| HSL | 48.44º | 0.62% | 0.65% | - |
| HSV(B) | 48.44º | 0.49% | 0.87% | - |
| XYZ | 53.4 | 57.85 | 23.68 | - |
| YUV | 196.25 | 80.46 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 112 | 0 | 0.10 | 0.49 | 0.13 | 48.44 | 0.62 | 0.65 |
| Hex | DD | C8 | 70 | 0 | A | 31 | D | 30 | 3E | 41 |
| Octal | 335 | 310 | 160 | 0 | 12 | 61 | 15 | 60 | 76 | 101 |
| Binary | 11011101 | 11001000 | 1110000 | 0 | 1010 | 110001 | 1101 | 110000 | 111110 | 1000001 |
Color Harmonies of #DDC870
Complementary color
Monochromatic Colors of #DDC870
Black with #DDC870
Text Example
Text Example
White with #DDC870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC870; }
p { color: rgb(221,200,112); }
H1.HeaderClassName
{
color: #DDC870;
}
.AnyTagClassName
{
color: #DDC870;
}
</style>
background-color css
<style>
a { background-color: #DDC870; }
a { background-color: rgb(221,200,112); }
div.DivClassName
{
background-color: #DDC870;
}
.BgClassName
{
background-color: #DDC870;
}
</style>
border-color css
<style>
span { border-color: #DDC870; }
span { border-color: rgb(221,200,112); }
td.TdClassName
{
border-color: #DDC870;
}
.TagClassName
{
border-color: #DDC870;
}
</style>