Shades of Deco #D7D17D
Tints of Deco #D7D17D
RGB
CMYK
RGB Variations
Color information
#D7D17D (or 0xD7D17D) is known color: Deco. HEX triplet: D7, D1 and 7D. RGB value is (215,209,125). Sum of RGB (Red+Green+Blue) = 215+209+125=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 125 (49.22% from 255 or 22.77% from 549); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D17D is #282E82. Grayscale: #C9C9C9. Windows color (decimal): -2633347 or 8245719. OLE color: 8245719.
HSL color Cylindrical-coordinate representation of color #D7D17D: hue angle of 56º 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 #D7D17D is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 209 | 125 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.16 |
| HSL | 56º | 0.53% | 0.67% | - |
| HSV(B) | 56º | 0.42% | 0.84% | - |
| XYZ | 54.53 | 61.53 | 28.4 | - |
| YUV | 201.22 | 84.99 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 209 | 125 | 0 | 0.03 | 0.42 | 0.16 | 56 | 0.53 | 0.67 |
| Hex | D7 | D1 | 7D | 0 | 3 | 2A | 10 | 38 | 35 | 43 |
| Octal | 327 | 321 | 175 | 0 | 3 | 52 | 20 | 70 | 65 | 103 |
| Binary | 11010111 | 11010001 | 1111101 | 0 | 11 | 101010 | 10000 | 111000 | 110101 | 1000011 |
Color Harmonies of #D7D17D
Complementary color
Monochromatic Colors of #D7D17D
Black with #D7D17D
Text Example
Text Example
White with #D7D17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D17D; }
p { color: rgb(215,209,125); }
H1.HeaderClassName
{
color: #D7D17D;
}
.AnyTagClassName
{
color: #D7D17D;
}
</style>
background-color css
<style>
a { background-color: #D7D17D; }
a { background-color: rgb(215,209,125); }
div.DivClassName
{
background-color: #D7D17D;
}
.BgClassName
{
background-color: #D7D17D;
}
</style>
border-color css
<style>
span { border-color: #D7D17D; }
span { border-color: rgb(215,209,125); }
td.TdClassName
{
border-color: #D7D17D;
}
.TagClassName
{
border-color: #D7D17D;
}
</style>