Shades of Deco #D1CC78
Tints of Deco #D1CC78
RGB
CMYK
RGB Variations
Color information
#D1CC78 (or 0xD1CC78) is known color: Deco. HEX triplet: D1, CC and 78. RGB value is (209,204,120). Sum of RGB (Red+Green+Blue) = 209+204+120=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 120 (47.27% from 255 or 22.51% from 533); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CC78 is #2E3387. Grayscale: #C4C4C4. Windows color (decimal): -3027848 or 7916753. OLE color: 7916753.
HSL color Cylindrical-coordinate representation of color #D1CC78: hue angle of 56.63º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1CC78 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 204 | 120 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.18 |
| HSL | 56.63º | 0.49% | 0.65% | - |
| HSV(B) | 56.63º | 0.43% | 0.82% | - |
| XYZ | 51.28 | 58.1 | 26.28 | - |
| YUV | 195.92 | 85.16 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 204 | 120 | 0 | 0.02 | 0.43 | 0.18 | 56.63 | 0.49 | 0.65 |
| Hex | D1 | CC | 78 | 0 | 2 | 2B | 12 | 39 | 31 | 41 |
| Octal | 321 | 314 | 170 | 0 | 2 | 53 | 22 | 71 | 61 | 101 |
| Binary | 11010001 | 11001100 | 1111000 | 0 | 10 | 101011 | 10010 | 111001 | 110001 | 1000001 |
Color Harmonies of #D1CC78
Complementary color
Monochromatic Colors of #D1CC78
Black with #D1CC78
Text Example
Text Example
White with #D1CC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CC78; }
p { color: rgb(209,204,120); }
H1.HeaderClassName
{
color: #D1CC78;
}
.AnyTagClassName
{
color: #D1CC78;
}
</style>
background-color css
<style>
a { background-color: #D1CC78; }
a { background-color: rgb(209,204,120); }
div.DivClassName
{
background-color: #D1CC78;
}
.BgClassName
{
background-color: #D1CC78;
}
</style>
border-color css
<style>
span { border-color: #D1CC78; }
span { border-color: rgb(209,204,120); }
td.TdClassName
{
border-color: #D1CC78;
}
.TagClassName
{
border-color: #D1CC78;
}
</style>