Shades of Deco #D1D17D
Tints of Deco #D1D17D
RGB
CMYK
RGB Variations
Color information
#D1D17D (or 0xD1D17D) is known color: Deco. HEX triplet: D1, D1 and 7D. RGB value is (209,209,125). Sum of RGB (Red+Green+Blue) = 209+209+125=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 125 (49.22% from 255 or 23.02% from 543); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D17D is #2E2E82. Grayscale: #C7C7C7. Windows color (decimal): -3026563 or 8245713. OLE color: 8245713.
HSL color Cylindrical-coordinate representation of color #D1D17D: hue angle of 60º 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 #D1D17D is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 209 | 125 | - |
| CMYK | 0 | 0 | 0.40 | 0.18 |
| HSL | 60º | 0.48% | 0.65% | - |
| HSV(B) | 60º | 0.4% | 0.82% | - |
| XYZ | 52.8 | 60.64 | 28.32 | - |
| YUV | 199.42 | 86 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 209 | 125 | 0 | 0 | 0.40 | 0.18 | 60 | 0.48 | 0.65 |
| Hex | D1 | D1 | 7D | 0 | 0 | 28 | 12 | 3C | 30 | 41 |
| Octal | 321 | 321 | 175 | 0 | 0 | 50 | 22 | 74 | 60 | 101 |
| Binary | 11010001 | 11010001 | 1111101 | 0 | 0 | 101000 | 10010 | 111100 | 110000 | 1000001 |
Color Harmonies of #D1D17D
Complementary color
Monochromatic Colors of #D1D17D
Black with #D1D17D
Text Example
Text Example
White with #D1D17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D17D; }
p { color: rgb(209,209,125); }
H1.HeaderClassName
{
color: #D1D17D;
}
.AnyTagClassName
{
color: #D1D17D;
}
</style>
background-color css
<style>
a { background-color: #D1D17D; }
a { background-color: rgb(209,209,125); }
div.DivClassName
{
background-color: #D1D17D;
}
.BgClassName
{
background-color: #D1D17D;
}
</style>
border-color css
<style>
span { border-color: #D1D17D; }
span { border-color: rgb(209,209,125); }
td.TdClassName
{
border-color: #D1D17D;
}
.TagClassName
{
border-color: #D1D17D;
}
</style>