Shades of Chenin #DDC571
Tints of Chenin #DDC571
RGB
CMYK
RGB Variations
Color information
#DDC571 (or 0xDDC571) is known color: Chenin. HEX triplet: DD, C5 and 71. RGB value is (221,197,113). Sum of RGB (Red+Green+Blue) = 221+197+113=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 113 (44.53% from 255 or 21.28% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC571 is #223A8E. Grayscale: #C2C2C2. Windows color (decimal): -2243215 or 7456221. OLE color: 7456221.
HSL color Cylindrical-coordinate representation of color #DDC571: hue angle of 46.67º degrees, saturation: 0.61, 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 #DDC571 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 113 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.13 |
| HSL | 46.67º | 0.61% | 0.65% | - |
| HSV(B) | 46.67º | 0.49% | 0.87% | - |
| XYZ | 52.77 | 56.5 | 23.75 | - |
| YUV | 194.6 | 81.95 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 113 | 0 | 0.11 | 0.49 | 0.13 | 46.67 | 0.61 | 0.65 |
| Hex | DD | C5 | 71 | 0 | B | 31 | D | 2F | 3D | 41 |
| Octal | 335 | 305 | 161 | 0 | 13 | 61 | 15 | 57 | 75 | 101 |
| Binary | 11011101 | 11000101 | 1110001 | 0 | 1011 | 110001 | 1101 | 101111 | 111101 | 1000001 |
Color Harmonies of #DDC571
Complementary color
Monochromatic Colors of #DDC571
Black with #DDC571
Text Example
Text Example
White with #DDC571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC571; }
p { color: rgb(221,197,113); }
H1.HeaderClassName
{
color: #DDC571;
}
.AnyTagClassName
{
color: #DDC571;
}
</style>
background-color css
<style>
a { background-color: #DDC571; }
a { background-color: rgb(221,197,113); }
div.DivClassName
{
background-color: #DDC571;
}
.BgClassName
{
background-color: #DDC571;
}
</style>
border-color css
<style>
span { border-color: #DDC571; }
span { border-color: rgb(221,197,113); }
td.TdClassName
{
border-color: #DDC571;
}
.TagClassName
{
border-color: #DDC571;
}
</style>