Shades of Chenin #DDC572
Tints of Chenin #DDC572
RGB
CMYK
RGB Variations
Color information
#DDC572 (or 0xDDC572) is known color: Chenin. HEX triplet: DD, C5 and 72. RGB value is (221,197,114). Sum of RGB (Red+Green+Blue) = 221+197+114=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 114 (44.92% from 255 or 21.43% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC572 is #223A8D. Grayscale: #C3C3C3. Windows color (decimal): -2243214 or 7521757. OLE color: 7521757.
HSL color Cylindrical-coordinate representation of color #DDC572: hue angle of 46.54º 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 #DDC572 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 114 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.13 |
| HSL | 46.54º | 0.61% | 0.66% | - |
| HSV(B) | 46.54º | 0.48% | 0.87% | - |
| XYZ | 52.82 | 56.52 | 24.04 | - |
| YUV | 194.71 | 82.45 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 114 | 0 | 0.11 | 0.48 | 0.13 | 46.54 | 0.61 | 0.66 |
| Hex | DD | C5 | 72 | 0 | B | 30 | D | 2F | 3D | 42 |
| Octal | 335 | 305 | 162 | 0 | 13 | 60 | 15 | 57 | 75 | 102 |
| Binary | 11011101 | 11000101 | 1110010 | 0 | 1011 | 110000 | 1101 | 101111 | 111101 | 1000010 |
Color Harmonies of #DDC572
Complementary color
Monochromatic Colors of #DDC572
Black with #DDC572
Text Example
Text Example
White with #DDC572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC572; }
p { color: rgb(221,197,114); }
H1.HeaderClassName
{
color: #DDC572;
}
.AnyTagClassName
{
color: #DDC572;
}
</style>
background-color css
<style>
a { background-color: #DDC572; }
a { background-color: rgb(221,197,114); }
div.DivClassName
{
background-color: #DDC572;
}
.BgClassName
{
background-color: #DDC572;
}
</style>
border-color css
<style>
span { border-color: #DDC572; }
span { border-color: rgb(221,197,114); }
td.TdClassName
{
border-color: #DDC572;
}
.TagClassName
{
border-color: #DDC572;
}
</style>