Shades of Chenin #DDC574
Tints of Chenin #DDC574
RGB
CMYK
RGB Variations
Color information
#DDC574 (or 0xDDC574) is known color: Chenin. HEX triplet: DD, C5 and 74. RGB value is (221,197,116). Sum of RGB (Red+Green+Blue) = 221+197+116=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 116 (45.70% from 255 or 21.72% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC574 is #223A8B. Grayscale: #C3C3C3. Windows color (decimal): -2243212 or 7652829. OLE color: 7652829.
HSL color Cylindrical-coordinate representation of color #DDC574: hue angle of 46.29º 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 #DDC574 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 116 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.13 |
| HSL | 46.29º | 0.61% | 0.66% | - |
| HSV(B) | 46.29º | 0.48% | 0.87% | - |
| XYZ | 52.94 | 56.57 | 24.65 | - |
| YUV | 194.94 | 83.45 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 116 | 0 | 0.11 | 0.48 | 0.13 | 46.29 | 0.61 | 0.66 |
| Hex | DD | C5 | 74 | 0 | B | 30 | D | 2E | 3D | 42 |
| Octal | 335 | 305 | 164 | 0 | 13 | 60 | 15 | 56 | 75 | 102 |
| Binary | 11011101 | 11000101 | 1110100 | 0 | 1011 | 110000 | 1101 | 101110 | 111101 | 1000010 |
Color Harmonies of #DDC574
Complementary color
Monochromatic Colors of #DDC574
Black with #DDC574
Text Example
Text Example
White with #DDC574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC574; }
p { color: rgb(221,197,116); }
H1.HeaderClassName
{
color: #DDC574;
}
.AnyTagClassName
{
color: #DDC574;
}
</style>
background-color css
<style>
a { background-color: #DDC574; }
a { background-color: rgb(221,197,116); }
div.DivClassName
{
background-color: #DDC574;
}
.BgClassName
{
background-color: #DDC574;
}
</style>
border-color css
<style>
span { border-color: #DDC574; }
span { border-color: rgb(221,197,116); }
td.TdClassName
{
border-color: #DDC574;
}
.TagClassName
{
border-color: #DDC574;
}
</style>