Shades of Deco #D7D47E
Tints of Deco #D7D47E
RGB
CMYK
RGB Variations
Color information
#D7D47E (or 0xD7D47E) is known color: Deco. HEX triplet: D7, D4 and 7E. RGB value is (215,212,126). Sum of RGB (Red+Green+Blue) = 215+212+126=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 126 (49.61% from 255 or 22.78% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D47E is #282B81. Grayscale: #CBCBCB. Windows color (decimal): -2632578 or 8312023. OLE color: 8312023.
HSL color Cylindrical-coordinate representation of color #D7D47E: hue angle of 57.98º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D7D47E is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 212 | 126 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.16 |
| HSL | 57.98º | 0.53% | 0.67% | - |
| HSV(B) | 57.98º | 0.41% | 0.84% | - |
| XYZ | 55.33 | 63.04 | 28.99 | - |
| YUV | 203.09 | 84.49 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 212 | 126 | 0 | 0.01 | 0.41 | 0.16 | 57.98 | 0.53 | 0.67 |
| Hex | D7 | D4 | 7E | 0 | 1 | 29 | 10 | 3A | 35 | 43 |
| Octal | 327 | 324 | 176 | 0 | 1 | 51 | 20 | 72 | 65 | 103 |
| Binary | 11010111 | 11010100 | 1111110 | 0 | 1 | 101001 | 10000 | 111010 | 110101 | 1000011 |
Color Harmonies of #D7D47E
Complementary color
Monochromatic Colors of #D7D47E
Black with #D7D47E
Text Example
Text Example
White with #D7D47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D47E; }
p { color: rgb(215,212,126); }
H1.HeaderClassName
{
color: #D7D47E;
}
.AnyTagClassName
{
color: #D7D47E;
}
</style>
background-color css
<style>
a { background-color: #D7D47E; }
a { background-color: rgb(215,212,126); }
div.DivClassName
{
background-color: #D7D47E;
}
.BgClassName
{
background-color: #D7D47E;
}
</style>
border-color css
<style>
span { border-color: #D7D47E; }
span { border-color: rgb(215,212,126); }
td.TdClassName
{
border-color: #D7D47E;
}
.TagClassName
{
border-color: #D7D47E;
}
</style>