Shades of Deco #D5D785
Tints of Deco #D5D785
RGB
CMYK
RGB Variations
Color information
#D5D785 (or 0xD5D785) is known color: Deco. HEX triplet: D5, D7 and 85. RGB value is (213,215,133). Sum of RGB (Red+Green+Blue) = 213+215+133=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D785 is #2A287A. Grayscale: #CDCDCD. Windows color (decimal): -2762875 or 8771541. OLE color: 8771541.
HSL color Cylindrical-coordinate representation of color #D5D785: hue angle of 61.46º degrees, saturation: 0.51, 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 #D5D785 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 133 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.16 |
| HSL | 61.46º | 0.51% | 0.68% | - |
| HSV(B) | 61.46º | 0.38% | 0.84% | - |
| XYZ | 55.97 | 64.44 | 31.68 | - |
| YUV | 205.05 | 87.34 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 133 | 0.01 | 0 | 0.38 | 0.16 | 61.46 | 0.51 | 0.68 |
| Hex | D5 | D7 | 85 | 1 | 0 | 26 | 10 | 3D | 33 | 44 |
| Octal | 325 | 327 | 205 | 1 | 0 | 46 | 20 | 75 | 63 | 104 |
| Binary | 11010101 | 11010111 | 10000101 | 1 | 0 | 100110 | 10000 | 111101 | 110011 | 1000100 |
Color Harmonies of #D5D785
Complementary color
Monochromatic Colors of #D5D785
Black with #D5D785
Text Example
Text Example
White with #D5D785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D785; }
p { color: rgb(213,215,133); }
H1.HeaderClassName
{
color: #D5D785;
}
.AnyTagClassName
{
color: #D5D785;
}
</style>
background-color css
<style>
a { background-color: #D5D785; }
a { background-color: rgb(213,215,133); }
div.DivClassName
{
background-color: #D5D785;
}
.BgClassName
{
background-color: #D5D785;
}
</style>
border-color css
<style>
span { border-color: #D5D785; }
span { border-color: rgb(213,215,133); }
td.TdClassName
{
border-color: #D5D785;
}
.TagClassName
{
border-color: #D5D785;
}
</style>