Shades of Chenin #DDC573
Tints of Chenin #DDC573
RGB
CMYK
RGB Variations
Color information
#DDC573 (or 0xDDC573) is known color: Chenin. HEX triplet: DD, C5 and 73. RGB value is (221,197,115). Sum of RGB (Red+Green+Blue) = 221+197+115=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 115 (45.31% from 255 or 21.58% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC573 is #223A8C. Grayscale: #C3C3C3. Windows color (decimal): -2243213 or 7587293. OLE color: 7587293.
HSL color Cylindrical-coordinate representation of color #DDC573: hue angle of 46.42º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDC573 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 115 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.13 |
| HSL | 46.42º | 0.61% | 0.66% | - |
| HSV(B) | 46.42º | 0.48% | 0.87% | - |
| XYZ | 52.88 | 56.54 | 24.35 | - |
| YUV | 194.83 | 82.95 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 115 | 0 | 0.11 | 0.48 | 0.13 | 46.42 | 0.61 | 0.66 |
| Hex | DD | C5 | 73 | 0 | B | 30 | D | 2E | 3D | 42 |
| Octal | 335 | 305 | 163 | 0 | 13 | 60 | 15 | 56 | 75 | 102 |
| Binary | 11011101 | 11000101 | 1110011 | 0 | 1011 | 110000 | 1101 | 101110 | 111101 | 1000010 |
Color Harmonies of #DDC573
Complementary color
Monochromatic Colors of #DDC573
Black with #DDC573
Text Example
Text Example
White with #DDC573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC573; }
p { color: rgb(221,197,115); }
H1.HeaderClassName
{
color: #DDC573;
}
.AnyTagClassName
{
color: #DDC573;
}
</style>
background-color css
<style>
a { background-color: #DDC573; }
a { background-color: rgb(221,197,115); }
div.DivClassName
{
background-color: #DDC573;
}
.BgClassName
{
background-color: #DDC573;
}
</style>
border-color css
<style>
span { border-color: #DDC573; }
span { border-color: rgb(221,197,115); }
td.TdClassName
{
border-color: #DDC573;
}
.TagClassName
{
border-color: #DDC573;
}
</style>