Shades of Deco #D1D983
Tints of Deco #D1D983
RGB
CMYK
RGB Variations
Color information
#D1D983 (or 0xD1D983) is known color: Deco. HEX triplet: D1, D9 and 83. RGB value is (209,217,131). Sum of RGB (Red+Green+Blue) = 209+217+131=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 131 (51.56% from 255 or 23.52% from 557); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D983 is #2E267C. Grayscale: #CDCDCD. Windows color (decimal): -3024509 or 8640977. OLE color: 8640977.
HSL color Cylindrical-coordinate representation of color #D1D983: hue angle of 65.58º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D1D983 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 217 | 131 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.15 |
| HSL | 65.58º | 0.53% | 0.68% | - |
| HSV(B) | 65.58º | 0.4% | 0.85% | - |
| XYZ | 55.2 | 64.82 | 31.07 | - |
| YUV | 204.8 | 86.35 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 131 | 0.04 | 0 | 0.40 | 0.15 | 65.58 | 0.53 | 0.68 |
| Hex | D1 | D9 | 83 | 4 | 0 | 28 | F | 42 | 35 | 44 |
| Octal | 321 | 331 | 203 | 4 | 0 | 50 | 17 | 102 | 65 | 104 |
| Binary | 11010001 | 11011001 | 10000011 | 100 | 0 | 101000 | 1111 | 1000010 | 110101 | 1000100 |
Color Harmonies of #D1D983
Complementary color
Monochromatic Colors of #D1D983
Black with #D1D983
Text Example
Text Example
White with #D1D983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D983; }
p { color: rgb(209,217,131); }
H1.HeaderClassName
{
color: #D1D983;
}
.AnyTagClassName
{
color: #D1D983;
}
</style>
background-color css
<style>
a { background-color: #D1D983; }
a { background-color: rgb(209,217,131); }
div.DivClassName
{
background-color: #D1D983;
}
.BgClassName
{
background-color: #D1D983;
}
</style>
border-color css
<style>
span { border-color: #D1D983; }
span { border-color: rgb(209,217,131); }
td.TdClassName
{
border-color: #D1D983;
}
.TagClassName
{
border-color: #D1D983;
}
</style>