Shades of Chenin #DDC072
Tints of Chenin #DDC072
RGB
CMYK
RGB Variations
Color information
#DDC072 (or 0xDDC072) is known color: Chenin. HEX triplet: DD, C0 and 72. RGB value is (221,192,114). Sum of RGB (Red+Green+Blue) = 221+192+114=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 114 (44.92% from 255 or 21.63% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC072 is #223F8D. Grayscale: #C0C0C0. Windows color (decimal): -2244494 or 7520477. OLE color: 7520477.
HSL color Cylindrical-coordinate representation of color #DDC072: hue angle of 43.74º 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 #DDC072 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 114 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.13 |
| HSL | 43.74º | 0.61% | 0.66% | - |
| HSV(B) | 43.74º | 0.48% | 0.87% | - |
| XYZ | 51.71 | 54.29 | 23.67 | - |
| YUV | 191.78 | 84.11 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 114 | 0 | 0.13 | 0.48 | 0.13 | 43.74 | 0.61 | 0.66 |
| Hex | DD | C0 | 72 | 0 | D | 30 | D | 2C | 3D | 42 |
| Octal | 335 | 300 | 162 | 0 | 15 | 60 | 15 | 54 | 75 | 102 |
| Binary | 11011101 | 11000000 | 1110010 | 0 | 1101 | 110000 | 1101 | 101100 | 111101 | 1000010 |
Color Harmonies of #DDC072
Complementary color
Monochromatic Colors of #DDC072
Black with #DDC072
Text Example
Text Example
White with #DDC072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC072; }
p { color: rgb(221,192,114); }
H1.HeaderClassName
{
color: #DDC072;
}
.AnyTagClassName
{
color: #DDC072;
}
</style>
background-color css
<style>
a { background-color: #DDC072; }
a { background-color: rgb(221,192,114); }
div.DivClassName
{
background-color: #DDC072;
}
.BgClassName
{
background-color: #DDC072;
}
</style>
border-color css
<style>
span { border-color: #DDC072; }
span { border-color: rgb(221,192,114); }
td.TdClassName
{
border-color: #DDC072;
}
.TagClassName
{
border-color: #DDC072;
}
</style>