Shades of Deco #D5D184
Tints of Deco #D5D184
RGB
CMYK
RGB Variations
Color information
#D5D184 (or 0xD5D184) is known color: Deco. HEX triplet: D5, D1 and 84. RGB value is (213,209,132). Sum of RGB (Red+Green+Blue) = 213+209+132=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 132 (51.95% from 255 or 23.83% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D184 is #2A2E7B. Grayscale: #C9C9C9. Windows color (decimal): -2764412 or 8704469. OLE color: 8704469.
HSL color Cylindrical-coordinate representation of color #D5D184: hue angle of 57.04º 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 #D5D184 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 209 | 132 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.16 |
| HSL | 57.04º | 0.49% | 0.68% | - |
| HSV(B) | 57.04º | 0.38% | 0.84% | - |
| XYZ | 54.41 | 61.41 | 30.82 | - |
| YUV | 201.42 | 88.83 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 209 | 132 | 0 | 0.02 | 0.38 | 0.16 | 57.04 | 0.49 | 0.68 |
| Hex | D5 | D1 | 84 | 0 | 2 | 26 | 10 | 39 | 31 | 44 |
| Octal | 325 | 321 | 204 | 0 | 2 | 46 | 20 | 71 | 61 | 104 |
| Binary | 11010101 | 11010001 | 10000100 | 0 | 10 | 100110 | 10000 | 111001 | 110001 | 1000100 |
Color Harmonies of #D5D184
Complementary color
Monochromatic Colors of #D5D184
Black with #D5D184
Text Example
Text Example
White with #D5D184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D184; }
p { color: rgb(213,209,132); }
H1.HeaderClassName
{
color: #D5D184;
}
.AnyTagClassName
{
color: #D5D184;
}
</style>
background-color css
<style>
a { background-color: #D5D184; }
a { background-color: rgb(213,209,132); }
div.DivClassName
{
background-color: #D5D184;
}
.BgClassName
{
background-color: #D5D184;
}
</style>
border-color css
<style>
span { border-color: #D5D184; }
span { border-color: rgb(213,209,132); }
td.TdClassName
{
border-color: #D5D184;
}
.TagClassName
{
border-color: #D5D184;
}
</style>