Shades of Deco #D5D185
Tints of Deco #D5D185
RGB
CMYK
RGB Variations
Color information
#D5D185 (or 0xD5D185) is known color: Deco. HEX triplet: D5, D1 and 85. RGB value is (213,209,133). Sum of RGB (Red+Green+Blue) = 213+209+133=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D185 is #2A2E7A. Grayscale: #C9C9C9. Windows color (decimal): -2764411 or 8770005. OLE color: 8770005.
HSL color Cylindrical-coordinate representation of color #D5D185: hue angle of 57º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5D185 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 209 | 133 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.16 |
| HSL | 57º | 0.49% | 0.68% | - |
| HSV(B) | 57º | 0.38% | 0.84% | - |
| XYZ | 54.47 | 61.44 | 31.18 | - |
| YUV | 201.53 | 89.33 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 209 | 133 | 0 | 0.02 | 0.38 | 0.16 | 57 | 0.49 | 0.68 |
| Hex | D5 | D1 | 85 | 0 | 2 | 26 | 10 | 39 | 31 | 44 |
| Octal | 325 | 321 | 205 | 0 | 2 | 46 | 20 | 71 | 61 | 104 |
| Binary | 11010101 | 11010001 | 10000101 | 0 | 10 | 100110 | 10000 | 111001 | 110001 | 1000100 |
Color Harmonies of #D5D185
Complementary color
Monochromatic Colors of #D5D185
Black with #D5D185
Text Example
Text Example
White with #D5D185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D185; }
p { color: rgb(213,209,133); }
H1.HeaderClassName
{
color: #D5D185;
}
.AnyTagClassName
{
color: #D5D185;
}
</style>
background-color css
<style>
a { background-color: #D5D185; }
a { background-color: rgb(213,209,133); }
div.DivClassName
{
background-color: #D5D185;
}
.BgClassName
{
background-color: #D5D185;
}
</style>
border-color css
<style>
span { border-color: #D5D185; }
span { border-color: rgb(213,209,133); }
td.TdClassName
{
border-color: #D5D185;
}
.TagClassName
{
border-color: #D5D185;
}
</style>