Shades of Deco #D1D77D
Tints of Deco #D1D77D
RGB
CMYK
RGB Variations
Color information
#D1D77D (or 0xD1D77D) is known color: Deco. HEX triplet: D1, D7 and 7D. RGB value is (209,215,125). Sum of RGB (Red+Green+Blue) = 209+215+125=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 215 (84.38% from 255 or 39.16% from 549); Blue value is 125 (49.22% from 255 or 22.77% from 549); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D77D is #2E2882. Grayscale: #CBCBCB. Windows color (decimal): -3025027 or 8247249. OLE color: 8247249.
HSL color Cylindrical-coordinate representation of color #D1D77D: hue angle of 64º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D1D77D is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 215 | 125 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.16 |
| HSL | 64º | 0.53% | 0.67% | - |
| HSV(B) | 64º | 0.42% | 0.84% | - |
| XYZ | 54.3 | 63.64 | 28.82 | - |
| YUV | 202.95 | 84.01 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 215 | 125 | 0.03 | 0 | 0.42 | 0.16 | 64 | 0.53 | 0.67 |
| Hex | D1 | D7 | 7D | 3 | 0 | 2A | 10 | 40 | 35 | 43 |
| Octal | 321 | 327 | 175 | 3 | 0 | 52 | 20 | 100 | 65 | 103 |
| Binary | 11010001 | 11010111 | 1111101 | 11 | 0 | 101010 | 10000 | 1000000 | 110101 | 1000011 |
Color Harmonies of #D1D77D
Complementary color
Monochromatic Colors of #D1D77D
Black with #D1D77D
Text Example
Text Example
White with #D1D77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D77D; }
p { color: rgb(209,215,125); }
H1.HeaderClassName
{
color: #D1D77D;
}
.AnyTagClassName
{
color: #D1D77D;
}
</style>
background-color css
<style>
a { background-color: #D1D77D; }
a { background-color: rgb(209,215,125); }
div.DivClassName
{
background-color: #D1D77D;
}
.BgClassName
{
background-color: #D1D77D;
}
</style>
border-color css
<style>
span { border-color: #D1D77D; }
span { border-color: rgb(209,215,125); }
td.TdClassName
{
border-color: #D1D77D;
}
.TagClassName
{
border-color: #D1D77D;
}
</style>