Shades of Deco #D5D188
Tints of Deco #D5D188
RGB
CMYK
RGB Variations
Color information
#D5D188 (or 0xD5D188) is known color: Deco. HEX triplet: D5, D1 and 88. RGB value is (213,209,136). Sum of RGB (Red+Green+Blue) = 213+209+136=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 136 (53.52% from 255 or 24.37% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D188 is #2A2E77. Grayscale: #CACACA. Windows color (decimal): -2764408 or 8966613. OLE color: 8966613.
HSL color Cylindrical-coordinate representation of color #D5D188: hue angle of 56.88º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D5D188 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 209 | 136 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.16 |
| HSL | 56.88º | 0.48% | 0.68% | - |
| HSV(B) | 56.88º | 0.36% | 0.84% | - |
| XYZ | 54.68 | 61.52 | 32.29 | - |
| YUV | 201.87 | 90.83 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 209 | 136 | 0 | 0.02 | 0.36 | 0.16 | 56.88 | 0.48 | 0.68 |
| Hex | D5 | D1 | 88 | 0 | 2 | 24 | 10 | 39 | 30 | 44 |
| Octal | 325 | 321 | 210 | 0 | 2 | 44 | 20 | 71 | 60 | 104 |
| Binary | 11010101 | 11010001 | 10001000 | 0 | 10 | 100100 | 10000 | 111001 | 110000 | 1000100 |
Color Harmonies of #D5D188
Complementary color
Monochromatic Colors of #D5D188
Black with #D5D188
Text Example
Text Example
White with #D5D188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D188; }
p { color: rgb(213,209,136); }
H1.HeaderClassName
{
color: #D5D188;
}
.AnyTagClassName
{
color: #D5D188;
}
</style>
background-color css
<style>
a { background-color: #D5D188; }
a { background-color: rgb(213,209,136); }
div.DivClassName
{
background-color: #D5D188;
}
.BgClassName
{
background-color: #D5D188;
}
</style>
border-color css
<style>
span { border-color: #D5D188; }
span { border-color: rgb(213,209,136); }
td.TdClassName
{
border-color: #D5D188;
}
.TagClassName
{
border-color: #D5D188;
}
</style>