Shades of Deco #D1D97B
Tints of Deco #D1D97B
RGB
CMYK
RGB Variations
Color information
#D1D97B (or 0xD1D97B) is known color: Deco. HEX triplet: D1, D9 and 7B. RGB value is (209,217,123). Sum of RGB (Red+Green+Blue) = 209+217+123=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 123 (48.44% from 255 or 22.40% from 549); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D97B is #2E2684. Grayscale: #CCCCCC. Windows color (decimal): -3024517 or 8116689. OLE color: 8116689.
HSL color Cylindrical-coordinate representation of color #D1D97B: hue angle of 65.11º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1D97B is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 217 | 123 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.15 |
| HSL | 65.11º | 0.55% | 0.67% | - |
| HSV(B) | 65.11º | 0.43% | 0.85% | - |
| XYZ | 54.68 | 64.61 | 28.33 | - |
| YUV | 203.89 | 82.35 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 123 | 0.04 | 0 | 0.43 | 0.15 | 65.11 | 0.55 | 0.67 |
| Hex | D1 | D9 | 7B | 4 | 0 | 2B | F | 41 | 37 | 43 |
| Octal | 321 | 331 | 173 | 4 | 0 | 53 | 17 | 101 | 67 | 103 |
| Binary | 11010001 | 11011001 | 1111011 | 100 | 0 | 101011 | 1111 | 1000001 | 110111 | 1000011 |
Color Harmonies of #D1D97B
Complementary color
Monochromatic Colors of #D1D97B
Black with #D1D97B
Text Example
Text Example
White with #D1D97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D97B; }
p { color: rgb(209,217,123); }
H1.HeaderClassName
{
color: #D1D97B;
}
.AnyTagClassName
{
color: #D1D97B;
}
</style>
background-color css
<style>
a { background-color: #D1D97B; }
a { background-color: rgb(209,217,123); }
div.DivClassName
{
background-color: #D1D97B;
}
.BgClassName
{
background-color: #D1D97B;
}
</style>
border-color css
<style>
span { border-color: #D1D97B; }
span { border-color: rgb(209,217,123); }
td.TdClassName
{
border-color: #D1D97B;
}
.TagClassName
{
border-color: #D1D97B;
}
</style>