Shades of Deco #D1D692
Tints of Deco #D1D692
RGB
CMYK
RGB Variations
Color information
#D1D692 (or 0xD1D692) is known color: Deco. HEX triplet: D1, D6 and 92. RGB value is (209,214,146). Sum of RGB (Red+Green+Blue) = 209+214+146=569 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.73% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 146 (57.42% from 255 or 25.66% from 569); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D692 is #2E296D. Grayscale: #CDCDCD. Windows color (decimal): -3025262 or 9623249. OLE color: 9623249.
HSL color Cylindrical-coordinate representation of color #D1D692: hue angle of 64.41º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D1D692 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 214 | 146 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.16 |
| HSL | 64.41º | 0.45% | 0.71% | - |
| HSV(B) | 64.41º | 0.32% | 0.84% | - |
| XYZ | 55.53 | 63.72 | 36.57 | - |
| YUV | 204.75 | 94.84 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 214 | 146 | 0.02 | 0 | 0.32 | 0.16 | 64.41 | 0.45 | 0.71 |
| Hex | D1 | D6 | 92 | 2 | 0 | 20 | 10 | 40 | 2D | 47 |
| Octal | 321 | 326 | 222 | 2 | 0 | 40 | 20 | 100 | 55 | 107 |
| Binary | 11010001 | 11010110 | 10010010 | 10 | 0 | 100000 | 10000 | 1000000 | 101101 | 1000111 |
Color Harmonies of #D1D692
Complementary color
Monochromatic Colors of #D1D692
Black with #D1D692
Text Example
Text Example
White with #D1D692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D692; }
p { color: rgb(209,214,146); }
H1.HeaderClassName
{
color: #D1D692;
}
.AnyTagClassName
{
color: #D1D692;
}
</style>
background-color css
<style>
a { background-color: #D1D692; }
a { background-color: rgb(209,214,146); }
div.DivClassName
{
background-color: #D1D692;
}
.BgClassName
{
background-color: #D1D692;
}
</style>
border-color css
<style>
span { border-color: #D1D692; }
span { border-color: rgb(209,214,146); }
td.TdClassName
{
border-color: #D1D692;
}
.TagClassName
{
border-color: #D1D692;
}
</style>