Shades of Deco #D1D180
Tints of Deco #D1D180
RGB
CMYK
RGB Variations
Color information
#D1D180 (or 0xD1D180) is known color: Deco. HEX triplet: D1, D1 and 80. RGB value is (209,209,128). Sum of RGB (Red+Green+Blue) = 209+209+128=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D180 is #2E2E7F. Grayscale: #C8C8C8. Windows color (decimal): -3026560 or 8442321. OLE color: 8442321.
HSL color Cylindrical-coordinate representation of color #D1D180: hue angle of 60º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D1D180 is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 209 | 128 | - |
| CMYK | 0 | 0 | 0.39 | 0.18 |
| HSL | 60º | 0.47% | 0.66% | - |
| HSV(B) | 60º | 0.39% | 0.82% | - |
| XYZ | 52.99 | 60.71 | 29.35 | - |
| YUV | 199.77 | 87.5 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 209 | 128 | 0 | 0 | 0.39 | 0.18 | 60 | 0.47 | 0.66 |
| Hex | D1 | D1 | 80 | 0 | 0 | 27 | 12 | 3C | 2F | 42 |
| Octal | 321 | 321 | 200 | 0 | 0 | 47 | 22 | 74 | 57 | 102 |
| Binary | 11010001 | 11010001 | 10000000 | 0 | 0 | 100111 | 10010 | 111100 | 101111 | 1000010 |
Color Harmonies of #D1D180
Complementary color
Monochromatic Colors of #D1D180
Black with #D1D180
Text Example
Text Example
White with #D1D180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D180; }
p { color: rgb(209,209,128); }
H1.HeaderClassName
{
color: #D1D180;
}
.AnyTagClassName
{
color: #D1D180;
}
</style>
background-color css
<style>
a { background-color: #D1D180; }
a { background-color: rgb(209,209,128); }
div.DivClassName
{
background-color: #D1D180;
}
.BgClassName
{
background-color: #D1D180;
}
</style>
border-color css
<style>
span { border-color: #D1D180; }
span { border-color: rgb(209,209,128); }
td.TdClassName
{
border-color: #D1D180;
}
.TagClassName
{
border-color: #D1D180;
}
</style>