Shades of Chenin #DDC577
Tints of Chenin #DDC577
RGB
CMYK
RGB Variations
Color information
#DDC577 (or 0xDDC577) is known color: Chenin. HEX triplet: DD, C5 and 77. RGB value is (221,197,119). Sum of RGB (Red+Green+Blue) = 221+197+119=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 119 (46.88% from 255 or 22.16% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC577 is #223A88. Grayscale: #C3C3C3. Windows color (decimal): -2243209 or 7849437. OLE color: 7849437.
HSL color Cylindrical-coordinate representation of color #DDC577: hue angle of 45.88º 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 #DDC577 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 119 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.13 |
| HSL | 45.88º | 0.6% | 0.67% | - |
| HSV(B) | 45.88º | 0.46% | 0.87% | - |
| XYZ | 53.11 | 56.64 | 25.59 | - |
| YUV | 195.28 | 84.95 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 119 | 0 | 0.11 | 0.46 | 0.13 | 45.88 | 0.6 | 0.67 |
| Hex | DD | C5 | 77 | 0 | B | 2E | D | 2E | 3C | 43 |
| Octal | 335 | 305 | 167 | 0 | 13 | 56 | 15 | 56 | 74 | 103 |
| Binary | 11011101 | 11000101 | 1110111 | 0 | 1011 | 101110 | 1101 | 101110 | 111100 | 1000011 |
Color Harmonies of #DDC577
Complementary color
Monochromatic Colors of #DDC577
Black with #DDC577
Text Example
Text Example
White with #DDC577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC577; }
p { color: rgb(221,197,119); }
H1.HeaderClassName
{
color: #DDC577;
}
.AnyTagClassName
{
color: #DDC577;
}
</style>
background-color css
<style>
a { background-color: #DDC577; }
a { background-color: rgb(221,197,119); }
div.DivClassName
{
background-color: #DDC577;
}
.BgClassName
{
background-color: #DDC577;
}
</style>
border-color css
<style>
span { border-color: #DDC577; }
span { border-color: rgb(221,197,119); }
td.TdClassName
{
border-color: #DDC577;
}
.TagClassName
{
border-color: #DDC577;
}
</style>