Shades of Deco #D2D091
Tints of Deco #D2D091
RGB
CMYK
RGB Variations
Color information
#D2D091 (or 0xD2D091) is known color: Deco. HEX triplet: D2, D0 and 91. RGB value is (210,208,145). Sum of RGB (Red+Green+Blue) = 210+208+145=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 208 (81.64% from 255 or 36.94% from 563); Blue value is 145 (57.03% from 255 or 25.75% from 563); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D091 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D091 is #2D2F6E. Grayscale: #C9C9C9. Windows color (decimal): -2961263 or 9556178. OLE color: 9556178.
HSL color Cylindrical-coordinate representation of color #D2D091: hue angle of 58.15º 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 #D2D091 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 208 | 145 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.18 |
| HSL | 58.15º | 0.42% | 0.7% | - |
| HSV(B) | 58.15º | 0.31% | 0.82% | - |
| XYZ | 54.25 | 60.86 | 35.68 | - |
| YUV | 201.42 | 96.16 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 208 | 145 | 0 | 0.01 | 0.31 | 0.18 | 58.15 | 0.42 | 0.7 |
| Hex | D2 | D0 | 91 | 0 | 1 | 1F | 12 | 3A | 2A | 46 |
| Octal | 322 | 320 | 221 | 0 | 1 | 37 | 22 | 72 | 52 | 106 |
| Binary | 11010010 | 11010000 | 10010001 | 0 | 1 | 11111 | 10010 | 111010 | 101010 | 1000110 |
Color Harmonies of #D2D091
Complementary color
Monochromatic Colors of #D2D091
Black with #D2D091
Text Example
Text Example
White with #D2D091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D091; }
p { color: rgb(210,208,145); }
H1.HeaderClassName
{
color: #D2D091;
}
.AnyTagClassName
{
color: #D2D091;
}
</style>
background-color css
<style>
a { background-color: #D2D091; }
a { background-color: rgb(210,208,145); }
div.DivClassName
{
background-color: #D2D091;
}
.BgClassName
{
background-color: #D2D091;
}
</style>
border-color css
<style>
span { border-color: #D2D091; }
span { border-color: rgb(210,208,145); }
td.TdClassName
{
border-color: #D2D091;
}
.TagClassName
{
border-color: #D2D091;
}
</style>