Shades of Deco #D1D790
Tints of Deco #D1D790
RGB
CMYK
RGB Variations
Color information
#D1D790 (or 0xD1D790) is known color: Deco. HEX triplet: D1, D7 and 90. RGB value is (209,215,144). Sum of RGB (Red+Green+Blue) = 209+215+144=568 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.80% from 568); Green value is 215 (84.38% from 255 or 37.85% from 568); Blue value is 144 (56.64% from 255 or 25.35% from 568); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D790 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D790 is #2E286F. Grayscale: #CDCDCD. Windows color (decimal): -3025008 or 9492433. OLE color: 9492433.
HSL color Cylindrical-coordinate representation of color #D1D790: hue angle of 65.07º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1D790 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 215 | 144 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.16 |
| HSL | 65.07º | 0.47% | 0.7% | - |
| HSV(B) | 65.07º | 0.33% | 0.84% | - |
| XYZ | 55.63 | 64.17 | 35.84 | - |
| YUV | 205.11 | 93.51 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 215 | 144 | 0.03 | 0 | 0.33 | 0.16 | 65.07 | 0.47 | 0.7 |
| Hex | D1 | D7 | 90 | 3 | 0 | 21 | 10 | 41 | 2F | 46 |
| Octal | 321 | 327 | 220 | 3 | 0 | 41 | 20 | 101 | 57 | 106 |
| Binary | 11010001 | 11010111 | 10010000 | 11 | 0 | 100001 | 10000 | 1000001 | 101111 | 1000110 |
Color Harmonies of #D1D790
Complementary color
Monochromatic Colors of #D1D790
Black with #D1D790
Text Example
Text Example
White with #D1D790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D790; }
p { color: rgb(209,215,144); }
H1.HeaderClassName
{
color: #D1D790;
}
.AnyTagClassName
{
color: #D1D790;
}
</style>
background-color css
<style>
a { background-color: #D1D790; }
a { background-color: rgb(209,215,144); }
div.DivClassName
{
background-color: #D1D790;
}
.BgClassName
{
background-color: #D1D790;
}
</style>
border-color css
<style>
span { border-color: #D1D790; }
span { border-color: rgb(209,215,144); }
td.TdClassName
{
border-color: #D1D790;
}
.TagClassName
{
border-color: #D1D790;
}
</style>