Shades of Chenin #DDC878
Tints of Chenin #DDC878
RGB
CMYK
RGB Variations
Color information
#DDC878 (or 0xDDC878) is known color: Chenin. HEX triplet: DD, C8 and 78. RGB value is (221,200,120). Sum of RGB (Red+Green+Blue) = 221+200+120=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 120 (47.27% from 255 or 22.18% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC878 is #223787. Grayscale: #C5C5C5. Windows color (decimal): -2242440 or 7915741. OLE color: 7915741.
HSL color Cylindrical-coordinate representation of color #DDC878: hue angle of 47.52º 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 #DDC878 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 120 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.13 |
| HSL | 47.52º | 0.6% | 0.67% | - |
| HSV(B) | 47.52º | 0.46% | 0.87% | - |
| XYZ | 53.86 | 58.04 | 26.13 | - |
| YUV | 197.16 | 84.46 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 120 | 0 | 0.10 | 0.46 | 0.13 | 47.52 | 0.6 | 0.67 |
| Hex | DD | C8 | 78 | 0 | A | 2E | D | 30 | 3C | 43 |
| Octal | 335 | 310 | 170 | 0 | 12 | 56 | 15 | 60 | 74 | 103 |
| Binary | 11011101 | 11001000 | 1111000 | 0 | 1010 | 101110 | 1101 | 110000 | 111100 | 1000011 |
Color Harmonies of #DDC878
Complementary color
Monochromatic Colors of #DDC878
Black with #DDC878
Text Example
Text Example
White with #DDC878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC878; }
p { color: rgb(221,200,120); }
H1.HeaderClassName
{
color: #DDC878;
}
.AnyTagClassName
{
color: #DDC878;
}
</style>
background-color css
<style>
a { background-color: #DDC878; }
a { background-color: rgb(221,200,120); }
div.DivClassName
{
background-color: #DDC878;
}
.BgClassName
{
background-color: #DDC878;
}
</style>
border-color css
<style>
span { border-color: #DDC878; }
span { border-color: rgb(221,200,120); }
td.TdClassName
{
border-color: #DDC878;
}
.TagClassName
{
border-color: #DDC878;
}
</style>