Shades of Deco #D5D47F
Tints of Deco #D5D47F
RGB
CMYK
RGB Variations
Color information
#D5D47F (or 0xD5D47F) is known color: Deco. HEX triplet: D5, D4 and 7F. RGB value is (213,212,127). Sum of RGB (Red+Green+Blue) = 213+212+127=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 127 (50% from 255 or 23.01% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D47F is #2A2B80. Grayscale: #CACACA. Windows color (decimal): -2763649 or 8377557. OLE color: 8377557.
HSL color Cylindrical-coordinate representation of color #D5D47F: hue angle of 59.3º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5D47F is Cyan = 0, Magento = 0.00, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 212 | 127 | - |
| CMYK | 0 | 0.00 | 0.40 | 0.16 |
| HSL | 59.3º | 0.51% | 0.67% | - |
| HSV(B) | 59.3º | 0.4% | 0.84% | - |
| XYZ | 54.81 | 62.77 | 29.3 | - |
| YUV | 202.61 | 85.33 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 212 | 127 | 0 | 0.00 | 0.40 | 0.16 | 59.3 | 0.51 | 0.67 |
| Hex | D5 | D4 | 7F | 0 | 0 | 28 | 10 | 3B | 33 | 43 |
| Octal | 325 | 324 | 177 | 0 | 0 | 50 | 20 | 73 | 63 | 103 |
| Binary | 11010101 | 11010100 | 1111111 | 0 | 0 | 101000 | 10000 | 111011 | 110011 | 1000011 |
Color Harmonies of #D5D47F
Complementary color
Monochromatic Colors of #D5D47F
Black with #D5D47F
Text Example
Text Example
White with #D5D47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D47F; }
p { color: rgb(213,212,127); }
H1.HeaderClassName
{
color: #D5D47F;
}
.AnyTagClassName
{
color: #D5D47F;
}
</style>
background-color css
<style>
a { background-color: #D5D47F; }
a { background-color: rgb(213,212,127); }
div.DivClassName
{
background-color: #D5D47F;
}
.BgClassName
{
background-color: #D5D47F;
}
</style>
border-color css
<style>
span { border-color: #D5D47F; }
span { border-color: rgb(213,212,127); }
td.TdClassName
{
border-color: #D5D47F;
}
.TagClassName
{
border-color: #D5D47F;
}
</style>