Shades of Chenin #DDC570
Tints of Chenin #DDC570
RGB
CMYK
RGB Variations
Color information
#DDC570 (or 0xDDC570) is known color: Chenin. HEX triplet: DD, C5 and 70. RGB value is (221,197,112). Sum of RGB (Red+Green+Blue) = 221+197+112=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC570 is #223A8F. Grayscale: #C2C2C2. Windows color (decimal): -2243216 or 7390685. OLE color: 7390685.
HSL color Cylindrical-coordinate representation of color #DDC570: hue angle of 46.79º 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 #DDC570 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 112 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.13 |
| HSL | 46.79º | 0.62% | 0.65% | - |
| HSV(B) | 46.79º | 0.49% | 0.87% | - |
| XYZ | 52.71 | 56.47 | 23.45 | - |
| YUV | 194.49 | 81.45 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 112 | 0 | 0.11 | 0.49 | 0.13 | 46.79 | 0.62 | 0.65 |
| Hex | DD | C5 | 70 | 0 | B | 31 | D | 2F | 3E | 41 |
| Octal | 335 | 305 | 160 | 0 | 13 | 61 | 15 | 57 | 76 | 101 |
| Binary | 11011101 | 11000101 | 1110000 | 0 | 1011 | 110001 | 1101 | 101111 | 111110 | 1000001 |
Color Harmonies of #DDC570
Complementary color
Monochromatic Colors of #DDC570
Black with #DDC570
Text Example
Text Example
White with #DDC570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC570; }
p { color: rgb(221,197,112); }
H1.HeaderClassName
{
color: #DDC570;
}
.AnyTagClassName
{
color: #DDC570;
}
</style>
background-color css
<style>
a { background-color: #DDC570; }
a { background-color: rgb(221,197,112); }
div.DivClassName
{
background-color: #DDC570;
}
.BgClassName
{
background-color: #DDC570;
}
</style>
border-color css
<style>
span { border-color: #DDC570; }
span { border-color: rgb(221,197,112); }
td.TdClassName
{
border-color: #DDC570;
}
.TagClassName
{
border-color: #DDC570;
}
</style>