Shades of Deco #D1D97D
Tints of Deco #D1D97D
RGB
CMYK
RGB Variations
Color information
#D1D97D (or 0xD1D97D) is known color: Deco. HEX triplet: D1, D9 and 7D. RGB value is (209,217,125). Sum of RGB (Red+Green+Blue) = 209+217+125=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 125 (49.22% from 255 or 22.69% from 551); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D97D is #2E2682. Grayscale: #CCCCCC. Windows color (decimal): -3024515 or 8247761. OLE color: 8247761.
HSL color Cylindrical-coordinate representation of color #D1D97D: hue angle of 65.22º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D1D97D is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 217 | 125 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.15 |
| HSL | 65.22º | 0.55% | 0.67% | - |
| HSV(B) | 65.22º | 0.42% | 0.85% | - |
| XYZ | 54.81 | 64.66 | 28.99 | - |
| YUV | 204.12 | 83.35 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 125 | 0.04 | 0 | 0.42 | 0.15 | 65.22 | 0.55 | 0.67 |
| Hex | D1 | D9 | 7D | 4 | 0 | 2A | F | 41 | 37 | 43 |
| Octal | 321 | 331 | 175 | 4 | 0 | 52 | 17 | 101 | 67 | 103 |
| Binary | 11010001 | 11011001 | 1111101 | 100 | 0 | 101010 | 1111 | 1000001 | 110111 | 1000011 |
Color Harmonies of #D1D97D
Complementary color
Monochromatic Colors of #D1D97D
Black with #D1D97D
Text Example
Text Example
White with #D1D97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D97D; }
p { color: rgb(209,217,125); }
H1.HeaderClassName
{
color: #D1D97D;
}
.AnyTagClassName
{
color: #D1D97D;
}
</style>
background-color css
<style>
a { background-color: #D1D97D; }
a { background-color: rgb(209,217,125); }
div.DivClassName
{
background-color: #D1D97D;
}
.BgClassName
{
background-color: #D1D97D;
}
</style>
border-color css
<style>
span { border-color: #D1D97D; }
span { border-color: rgb(209,217,125); }
td.TdClassName
{
border-color: #D1D97D;
}
.TagClassName
{
border-color: #D1D97D;
}
</style>