Shades of Chenin #DDC578
Tints of Chenin #DDC578
RGB
CMYK
RGB Variations
Color information
#DDC578 (or 0xDDC578) is known color: Chenin. HEX triplet: DD, C5 and 78. RGB value is (221,197,120). Sum of RGB (Red+Green+Blue) = 221+197+120=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 120 (47.27% from 255 or 22.30% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC578 is #223A87. Grayscale: #C3C3C3. Windows color (decimal): -2243208 or 7914973. OLE color: 7914973.
HSL color Cylindrical-coordinate representation of color #DDC578: hue angle of 45.74º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDC578 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 120 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.13 |
| HSL | 45.74º | 0.6% | 0.67% | - |
| HSV(B) | 45.74º | 0.46% | 0.87% | - |
| XYZ | 53.18 | 56.66 | 25.9 | - |
| YUV | 195.4 | 85.45 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 120 | 0 | 0.11 | 0.46 | 0.13 | 45.74 | 0.6 | 0.67 |
| Hex | DD | C5 | 78 | 0 | B | 2E | D | 2E | 3C | 43 |
| Octal | 335 | 305 | 170 | 0 | 13 | 56 | 15 | 56 | 74 | 103 |
| Binary | 11011101 | 11000101 | 1111000 | 0 | 1011 | 101110 | 1101 | 101110 | 111100 | 1000011 |
Color Harmonies of #DDC578
Complementary color
Monochromatic Colors of #DDC578
Black with #DDC578
Text Example
Text Example
White with #DDC578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC578; }
p { color: rgb(221,197,120); }
H1.HeaderClassName
{
color: #DDC578;
}
.AnyTagClassName
{
color: #DDC578;
}
</style>
background-color css
<style>
a { background-color: #DDC578; }
a { background-color: rgb(221,197,120); }
div.DivClassName
{
background-color: #DDC578;
}
.BgClassName
{
background-color: #DDC578;
}
</style>
border-color css
<style>
span { border-color: #DDC578; }
span { border-color: rgb(221,197,120); }
td.TdClassName
{
border-color: #DDC578;
}
.TagClassName
{
border-color: #DDC578;
}
</style>