Shades of Chenin #DDC575
Tints of Chenin #DDC575
RGB
CMYK
RGB Variations
Color information
#DDC575 (or 0xDDC575) is known color: Chenin. HEX triplet: DD, C5 and 75. RGB value is (221,197,117). Sum of RGB (Red+Green+Blue) = 221+197+117=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC575 is #223A8A. Grayscale: #C3C3C3. Windows color (decimal): -2243211 or 7718365. OLE color: 7718365.
HSL color Cylindrical-coordinate representation of color #DDC575: hue angle of 46.15º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDC575 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 117 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.13 |
| HSL | 46.15º | 0.6% | 0.66% | - |
| HSV(B) | 46.15º | 0.47% | 0.87% | - |
| XYZ | 53 | 56.59 | 24.96 | - |
| YUV | 195.06 | 83.95 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 117 | 0 | 0.11 | 0.47 | 0.13 | 46.15 | 0.6 | 0.66 |
| Hex | DD | C5 | 75 | 0 | B | 2F | D | 2E | 3C | 42 |
| Octal | 335 | 305 | 165 | 0 | 13 | 57 | 15 | 56 | 74 | 102 |
| Binary | 11011101 | 11000101 | 1110101 | 0 | 1011 | 101111 | 1101 | 101110 | 111100 | 1000010 |
Color Harmonies of #DDC575
Complementary color
Monochromatic Colors of #DDC575
Black with #DDC575
Text Example
Text Example
White with #DDC575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC575; }
p { color: rgb(221,197,117); }
H1.HeaderClassName
{
color: #DDC575;
}
.AnyTagClassName
{
color: #DDC575;
}
</style>
background-color css
<style>
a { background-color: #DDC575; }
a { background-color: rgb(221,197,117); }
div.DivClassName
{
background-color: #DDC575;
}
.BgClassName
{
background-color: #DDC575;
}
</style>
border-color css
<style>
span { border-color: #DDC575; }
span { border-color: rgb(221,197,117); }
td.TdClassName
{
border-color: #DDC575;
}
.TagClassName
{
border-color: #DDC575;
}
</style>