Shades of Deco #D1D178
Tints of Deco #D1D178
RGB
CMYK
RGB Variations
Color information
#D1D178 (or 0xD1D178) is known color: Deco. HEX triplet: D1, D1 and 78. RGB value is (209,209,120). Sum of RGB (Red+Green+Blue) = 209+209+120=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 120 (47.27% from 255 or 22.30% from 538); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D178 is #2E2E87. Grayscale: #C7C7C7. Windows color (decimal): -3026568 or 7918033. OLE color: 7918033.
HSL color Cylindrical-coordinate representation of color #D1D178: hue angle of 60º 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 #D1D178 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 209 | 120 | - |
| CMYK | 0 | 0 | 0.43 | 0.18 |
| HSL | 60º | 0.49% | 0.65% | - |
| HSV(B) | 60º | 0.43% | 0.82% | - |
| XYZ | 52.49 | 60.51 | 26.68 | - |
| YUV | 198.85 | 83.5 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 209 | 120 | 0 | 0 | 0.43 | 0.18 | 60 | 0.49 | 0.65 |
| Hex | D1 | D1 | 78 | 0 | 0 | 2B | 12 | 3C | 31 | 41 |
| Octal | 321 | 321 | 170 | 0 | 0 | 53 | 22 | 74 | 61 | 101 |
| Binary | 11010001 | 11010001 | 1111000 | 0 | 0 | 101011 | 10010 | 111100 | 110001 | 1000001 |
Color Harmonies of #D1D178
Complementary color
Monochromatic Colors of #D1D178
Black with #D1D178
Text Example
Text Example
White with #D1D178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D178; }
p { color: rgb(209,209,120); }
H1.HeaderClassName
{
color: #D1D178;
}
.AnyTagClassName
{
color: #D1D178;
}
</style>
background-color css
<style>
a { background-color: #D1D178; }
a { background-color: rgb(209,209,120); }
div.DivClassName
{
background-color: #D1D178;
}
.BgClassName
{
background-color: #D1D178;
}
</style>
border-color css
<style>
span { border-color: #D1D178; }
span { border-color: rgb(209,209,120); }
td.TdClassName
{
border-color: #D1D178;
}
.TagClassName
{
border-color: #D1D178;
}
</style>