Shades of Deco #D2D391
Tints of Deco #D2D391
RGB
CMYK
RGB Variations
Color information
#D2D391 (or 0xD2D391) is known color: Deco. HEX triplet: D2, D3 and 91. RGB value is (210,211,145). Sum of RGB (Red+Green+Blue) = 210+211+145=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 211 (82.81% from 255 or 37.28% from 566); Blue value is 145 (57.03% from 255 or 25.62% from 566); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D391 is #2D2C6E. Grayscale: #CBCBCB. Windows color (decimal): -2960495 or 9556946. OLE color: 9556946.
HSL color Cylindrical-coordinate representation of color #D2D391: hue angle of 60.91º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2D391 is Cyan = 0.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 211 | 145 | - |
| CMYK | 0.00 | 0 | 0.31 | 0.17 |
| HSL | 60.91º | 0.43% | 0.7% | - |
| HSV(B) | 60.91º | 0.31% | 0.83% | - |
| XYZ | 54.98 | 62.33 | 35.92 | - |
| YUV | 203.18 | 95.17 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 211 | 145 | 0.00 | 0 | 0.31 | 0.17 | 60.91 | 0.43 | 0.7 |
| Hex | D2 | D3 | 91 | 0 | 0 | 1F | 11 | 3D | 2B | 46 |
| Octal | 322 | 323 | 221 | 0 | 0 | 37 | 21 | 75 | 53 | 106 |
| Binary | 11010010 | 11010011 | 10010001 | 0 | 0 | 11111 | 10001 | 111101 | 101011 | 1000110 |
Color Harmonies of #D2D391
Complementary color
Monochromatic Colors of #D2D391
Black with #D2D391
Text Example
Text Example
White with #D2D391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D391; }
p { color: rgb(210,211,145); }
H1.HeaderClassName
{
color: #D2D391;
}
.AnyTagClassName
{
color: #D2D391;
}
</style>
background-color css
<style>
a { background-color: #D2D391; }
a { background-color: rgb(210,211,145); }
div.DivClassName
{
background-color: #D2D391;
}
.BgClassName
{
background-color: #D2D391;
}
</style>
border-color css
<style>
span { border-color: #D2D391; }
span { border-color: rgb(210,211,145); }
td.TdClassName
{
border-color: #D2D391;
}
.TagClassName
{
border-color: #D2D391;
}
</style>