Shades of Chenin #DDC777
Tints of Chenin #DDC777
RGB
CMYK
RGB Variations
Color information
#DDC777 (or 0xDDC777) is known color: Chenin. HEX triplet: DD, C7 and 77. RGB value is (221,199,119). Sum of RGB (Red+Green+Blue) = 221+199+119=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 119 (46.88% from 255 or 22.08% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC777 is #223888. Grayscale: #C4C4C4. Windows color (decimal): -2242697 or 7849949. OLE color: 7849949.
HSL color Cylindrical-coordinate representation of color #DDC777: hue angle of 47.06º 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 #DDC777 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 119 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.13 |
| HSL | 47.06º | 0.6% | 0.67% | - |
| HSV(B) | 47.06º | 0.46% | 0.87% | - |
| XYZ | 53.57 | 57.55 | 25.74 | - |
| YUV | 196.46 | 84.29 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 119 | 0 | 0.10 | 0.46 | 0.13 | 47.06 | 0.6 | 0.67 |
| Hex | DD | C7 | 77 | 0 | A | 2E | D | 2F | 3C | 43 |
| Octal | 335 | 307 | 167 | 0 | 12 | 56 | 15 | 57 | 74 | 103 |
| Binary | 11011101 | 11000111 | 1110111 | 0 | 1010 | 101110 | 1101 | 101111 | 111100 | 1000011 |
Color Harmonies of #DDC777
Complementary color
Monochromatic Colors of #DDC777
Black with #DDC777
Text Example
Text Example
White with #DDC777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC777; }
p { color: rgb(221,199,119); }
H1.HeaderClassName
{
color: #DDC777;
}
.AnyTagClassName
{
color: #DDC777;
}
</style>
background-color css
<style>
a { background-color: #DDC777; }
a { background-color: rgb(221,199,119); }
div.DivClassName
{
background-color: #DDC777;
}
.BgClassName
{
background-color: #DDC777;
}
</style>
border-color css
<style>
span { border-color: #DDC777; }
span { border-color: rgb(221,199,119); }
td.TdClassName
{
border-color: #DDC777;
}
.TagClassName
{
border-color: #DDC777;
}
</style>