Shades of Chenin #DDC275
Tints of Chenin #DDC275
RGB
CMYK
RGB Variations
Color information
#DDC275 (or 0xDDC275) is known color: Chenin. HEX triplet: DD, C2 and 75. RGB value is (221,194,117). Sum of RGB (Red+Green+Blue) = 221+194+117=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC275 is #223D8A. Grayscale: #C1C1C1. Windows color (decimal): -2243979 or 7717597. OLE color: 7717597.
HSL color Cylindrical-coordinate representation of color #DDC275: hue angle of 44.42º 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 #DDC275 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 117 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.13 |
| HSL | 44.42º | 0.6% | 0.66% | - |
| HSV(B) | 44.42º | 0.47% | 0.87% | - |
| XYZ | 52.32 | 55.24 | 24.73 | - |
| YUV | 193.3 | 84.95 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 117 | 0 | 0.12 | 0.47 | 0.13 | 44.42 | 0.6 | 0.66 |
| Hex | DD | C2 | 75 | 0 | C | 2F | D | 2C | 3C | 42 |
| Octal | 335 | 302 | 165 | 0 | 14 | 57 | 15 | 54 | 74 | 102 |
| Binary | 11011101 | 11000010 | 1110101 | 0 | 1100 | 101111 | 1101 | 101100 | 111100 | 1000010 |
Color Harmonies of #DDC275
Complementary color
Monochromatic Colors of #DDC275
Black with #DDC275
Text Example
Text Example
White with #DDC275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC275; }
p { color: rgb(221,194,117); }
H1.HeaderClassName
{
color: #DDC275;
}
.AnyTagClassName
{
color: #DDC275;
}
</style>
background-color css
<style>
a { background-color: #DDC275; }
a { background-color: rgb(221,194,117); }
div.DivClassName
{
background-color: #DDC275;
}
.BgClassName
{
background-color: #DDC275;
}
</style>
border-color css
<style>
span { border-color: #DDC275; }
span { border-color: rgb(221,194,117); }
td.TdClassName
{
border-color: #DDC275;
}
.TagClassName
{
border-color: #DDC275;
}
</style>