Shades of Deco #D5D37F
Tints of Deco #D5D37F
RGB
CMYK
RGB Variations
Color information
#D5D37F (or 0xD5D37F) is known color: Deco. HEX triplet: D5, D3 and 7F. RGB value is (213,211,127). Sum of RGB (Red+Green+Blue) = 213+211+127=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 211 (82.81% from 255 or 38.29% from 551); Blue value is 127 (50% from 255 or 23.05% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D37F is #2A2C80. Grayscale: #CACACA. Windows color (decimal): -2763905 or 8377301. OLE color: 8377301.
HSL color Cylindrical-coordinate representation of color #D5D37F: hue angle of 58.6º 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 #D5D37F is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 211 | 127 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.16 |
| HSL | 58.6º | 0.51% | 0.67% | - |
| HSV(B) | 58.6º | 0.4% | 0.84% | - |
| XYZ | 54.57 | 62.27 | 29.22 | - |
| YUV | 202.02 | 85.66 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 211 | 127 | 0 | 0.01 | 0.40 | 0.16 | 58.6 | 0.51 | 0.67 |
| Hex | D5 | D3 | 7F | 0 | 1 | 28 | 10 | 3B | 33 | 43 |
| Octal | 325 | 323 | 177 | 0 | 1 | 50 | 20 | 73 | 63 | 103 |
| Binary | 11010101 | 11010011 | 1111111 | 0 | 1 | 101000 | 10000 | 111011 | 110011 | 1000011 |
Color Harmonies of #D5D37F
Complementary color
Monochromatic Colors of #D5D37F
Black with #D5D37F
Text Example
Text Example
White with #D5D37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D37F; }
p { color: rgb(213,211,127); }
H1.HeaderClassName
{
color: #D5D37F;
}
.AnyTagClassName
{
color: #D5D37F;
}
</style>
background-color css
<style>
a { background-color: #D5D37F; }
a { background-color: rgb(213,211,127); }
div.DivClassName
{
background-color: #D5D37F;
}
.BgClassName
{
background-color: #D5D37F;
}
</style>
border-color css
<style>
span { border-color: #D5D37F; }
span { border-color: rgb(213,211,127); }
td.TdClassName
{
border-color: #D5D37F;
}
.TagClassName
{
border-color: #D5D37F;
}
</style>