Shades of Chenin #DDC778
Tints of Chenin #DDC778
RGB
CMYK
RGB Variations
Color information
#DDC778 (or 0xDDC778) is known color: Chenin. HEX triplet: DD, C7 and 78. RGB value is (221,199,120). Sum of RGB (Red+Green+Blue) = 221+199+120=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 199 (78.12% from 255 or 36.85% from 540); Blue value is 120 (47.27% from 255 or 22.22% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC778 is #223887. Grayscale: #C4C4C4. Windows color (decimal): -2242696 or 7915485. OLE color: 7915485.
HSL color Cylindrical-coordinate representation of color #DDC778: hue angle of 46.93º 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 #DDC778 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 120 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.13 |
| HSL | 46.93º | 0.6% | 0.67% | - |
| HSV(B) | 46.93º | 0.46% | 0.87% | - |
| XYZ | 53.63 | 57.58 | 26.06 | - |
| YUV | 196.57 | 84.79 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 120 | 0 | 0.10 | 0.46 | 0.13 | 46.93 | 0.6 | 0.67 |
| Hex | DD | C7 | 78 | 0 | A | 2E | D | 2F | 3C | 43 |
| Octal | 335 | 307 | 170 | 0 | 12 | 56 | 15 | 57 | 74 | 103 |
| Binary | 11011101 | 11000111 | 1111000 | 0 | 1010 | 101110 | 1101 | 101111 | 111100 | 1000011 |
Color Harmonies of #DDC778
Complementary color
Monochromatic Colors of #DDC778
Black with #DDC778
Text Example
Text Example
White with #DDC778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC778; }
p { color: rgb(221,199,120); }
H1.HeaderClassName
{
color: #DDC778;
}
.AnyTagClassName
{
color: #DDC778;
}
</style>
background-color css
<style>
a { background-color: #DDC778; }
a { background-color: rgb(221,199,120); }
div.DivClassName
{
background-color: #DDC778;
}
.BgClassName
{
background-color: #DDC778;
}
</style>
border-color css
<style>
span { border-color: #DDC778; }
span { border-color: rgb(221,199,120); }
td.TdClassName
{
border-color: #DDC778;
}
.TagClassName
{
border-color: #DDC778;
}
</style>