Shades of Deco #D1D291
Tints of Deco #D1D291
RGB
CMYK
RGB Variations
Color information
#D1D291 (or 0xD1D291) is known color: Deco. HEX triplet: D1, D2 and 91. RGB value is (209,210,145). Sum of RGB (Red+Green+Blue) = 209+210+145=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 145 (57.03% from 255 or 25.71% from 564); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D291 is #2E2D6E. Grayscale: #CACACA. Windows color (decimal): -3026287 or 9556689. OLE color: 9556689.
HSL color Cylindrical-coordinate representation of color #D1D291: hue angle of 60.92º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D1D291 is Cyan = 0.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 210 | 145 | - |
| CMYK | 0.00 | 0 | 0.31 | 0.18 |
| HSL | 60.92º | 0.42% | 0.7% | - |
| HSV(B) | 60.92º | 0.31% | 0.82% | - |
| XYZ | 54.45 | 61.69 | 35.83 | - |
| YUV | 202.29 | 95.67 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 210 | 145 | 0.00 | 0 | 0.31 | 0.18 | 60.92 | 0.42 | 0.7 |
| Hex | D1 | D2 | 91 | 0 | 0 | 1F | 12 | 3D | 2A | 46 |
| Octal | 321 | 322 | 221 | 0 | 0 | 37 | 22 | 75 | 52 | 106 |
| Binary | 11010001 | 11010010 | 10010001 | 0 | 0 | 11111 | 10010 | 111101 | 101010 | 1000110 |
Color Harmonies of #D1D291
Complementary color
Monochromatic Colors of #D1D291
Black with #D1D291
Text Example
Text Example
White with #D1D291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D291; }
p { color: rgb(209,210,145); }
H1.HeaderClassName
{
color: #D1D291;
}
.AnyTagClassName
{
color: #D1D291;
}
</style>
background-color css
<style>
a { background-color: #D1D291; }
a { background-color: rgb(209,210,145); }
div.DivClassName
{
background-color: #D1D291;
}
.BgClassName
{
background-color: #D1D291;
}
</style>
border-color css
<style>
span { border-color: #D1D291; }
span { border-color: rgb(209,210,145); }
td.TdClassName
{
border-color: #D1D291;
}
.TagClassName
{
border-color: #D1D291;
}
</style>