Shades of Deco #D5D189
Tints of Deco #D5D189
RGB
CMYK
RGB Variations
Color information
#D5D189 (or 0xD5D189) is known color: Deco. HEX triplet: D5, D1 and 89. RGB value is (213,209,137). Sum of RGB (Red+Green+Blue) = 213+209+137=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 209 (82.03% from 255 or 37.39% from 559); Blue value is 137 (53.91% from 255 or 24.51% from 559); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D189 is #2A2E76. Grayscale: #CACACA. Windows color (decimal): -2764407 or 9032149. OLE color: 9032149.
HSL color Cylindrical-coordinate representation of color #D5D189: hue angle of 56.84º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D5D189 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 209 | 137 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.16 |
| HSL | 56.84º | 0.48% | 0.69% | - |
| HSV(B) | 56.84º | 0.36% | 0.84% | - |
| XYZ | 54.76 | 61.55 | 32.66 | - |
| YUV | 201.99 | 91.33 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 209 | 137 | 0 | 0.02 | 0.36 | 0.16 | 56.84 | 0.48 | 0.69 |
| Hex | D5 | D1 | 89 | 0 | 2 | 24 | 10 | 39 | 30 | 45 |
| Octal | 325 | 321 | 211 | 0 | 2 | 44 | 20 | 71 | 60 | 105 |
| Binary | 11010101 | 11010001 | 10001001 | 0 | 10 | 100100 | 10000 | 111001 | 110000 | 1000101 |
Color Harmonies of #D5D189
Complementary color
Monochromatic Colors of #D5D189
Black with #D5D189
Text Example
Text Example
White with #D5D189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D189; }
p { color: rgb(213,209,137); }
H1.HeaderClassName
{
color: #D5D189;
}
.AnyTagClassName
{
color: #D5D189;
}
</style>
background-color css
<style>
a { background-color: #D5D189; }
a { background-color: rgb(213,209,137); }
div.DivClassName
{
background-color: #D5D189;
}
.BgClassName
{
background-color: #D5D189;
}
</style>
border-color css
<style>
span { border-color: #D5D189; }
span { border-color: rgb(213,209,137); }
td.TdClassName
{
border-color: #D5D189;
}
.TagClassName
{
border-color: #D5D189;
}
</style>