Shades of Deco #D1D07D
Tints of Deco #D1D07D
RGB
CMYK
RGB Variations
Color information
#D1D07D (or 0xD1D07D) is known color: Deco. HEX triplet: D1, D0 and 7D. RGB value is (209,208,125). Sum of RGB (Red+Green+Blue) = 209+208+125=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 125 (49.22% from 255 or 23.06% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D07D is #2E2F82. Grayscale: #C7C7C7. Windows color (decimal): -3026819 or 8245457. OLE color: 8245457.
HSL color Cylindrical-coordinate representation of color #D1D07D: hue angle of 59.29º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D1D07D is Cyan = 0, Magento = 0.00, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 208 | 125 | - |
| CMYK | 0 | 0.00 | 0.40 | 0.18 |
| HSL | 59.29º | 0.48% | 0.65% | - |
| HSV(B) | 59.29º | 0.4% | 0.82% | - |
| XYZ | 52.55 | 60.15 | 28.24 | - |
| YUV | 198.84 | 86.33 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 208 | 125 | 0 | 0.00 | 0.40 | 0.18 | 59.29 | 0.48 | 0.65 |
| Hex | D1 | D0 | 7D | 0 | 0 | 28 | 12 | 3B | 30 | 41 |
| Octal | 321 | 320 | 175 | 0 | 0 | 50 | 22 | 73 | 60 | 101 |
| Binary | 11010001 | 11010000 | 1111101 | 0 | 0 | 101000 | 10010 | 111011 | 110000 | 1000001 |
Color Harmonies of #D1D07D
Complementary color
Monochromatic Colors of #D1D07D
Black with #D1D07D
Text Example
Text Example
White with #D1D07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D07D; }
p { color: rgb(209,208,125); }
H1.HeaderClassName
{
color: #D1D07D;
}
.AnyTagClassName
{
color: #D1D07D;
}
</style>
background-color css
<style>
a { background-color: #D1D07D; }
a { background-color: rgb(209,208,125); }
div.DivClassName
{
background-color: #D1D07D;
}
.BgClassName
{
background-color: #D1D07D;
}
</style>
border-color css
<style>
span { border-color: #D1D07D; }
span { border-color: rgb(209,208,125); }
td.TdClassName
{
border-color: #D1D07D;
}
.TagClassName
{
border-color: #D1D07D;
}
</style>