Shades of Chenin #DDC576
Tints of Chenin #DDC576
RGB
CMYK
RGB Variations
Color information
#DDC576 (or 0xDDC576) is known color: Chenin. HEX triplet: DD, C5 and 76. RGB value is (221,197,118). Sum of RGB (Red+Green+Blue) = 221+197+118=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC576 is #223A89. Grayscale: #C3C3C3. Windows color (decimal): -2243210 or 7783901. OLE color: 7783901.
HSL color Cylindrical-coordinate representation of color #DDC576: hue angle of 46.02º 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 #DDC576 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 118 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.13 |
| HSL | 46.02º | 0.6% | 0.66% | - |
| HSV(B) | 46.02º | 0.47% | 0.87% | - |
| XYZ | 53.06 | 56.61 | 25.27 | - |
| YUV | 195.17 | 84.45 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 118 | 0 | 0.11 | 0.47 | 0.13 | 46.02 | 0.6 | 0.66 |
| Hex | DD | C5 | 76 | 0 | B | 2F | D | 2E | 3C | 42 |
| Octal | 335 | 305 | 166 | 0 | 13 | 57 | 15 | 56 | 74 | 102 |
| Binary | 11011101 | 11000101 | 1110110 | 0 | 1011 | 101111 | 1101 | 101110 | 111100 | 1000010 |
Color Harmonies of #DDC576
Complementary color
Monochromatic Colors of #DDC576
Black with #DDC576
Text Example
Text Example
White with #DDC576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC576; }
p { color: rgb(221,197,118); }
H1.HeaderClassName
{
color: #DDC576;
}
.AnyTagClassName
{
color: #DDC576;
}
</style>
background-color css
<style>
a { background-color: #DDC576; }
a { background-color: rgb(221,197,118); }
div.DivClassName
{
background-color: #DDC576;
}
.BgClassName
{
background-color: #DDC576;
}
</style>
border-color css
<style>
span { border-color: #DDC576; }
span { border-color: rgb(221,197,118); }
td.TdClassName
{
border-color: #DDC576;
}
.TagClassName
{
border-color: #DDC576;
}
</style>