Shades of Deco #D5D281
Tints of Deco #D5D281
RGB
CMYK
RGB Variations
Color information
#D5D281 (or 0xD5D281) is known color: Deco. HEX triplet: D5, D2 and 81. RGB value is (213,210,129). Sum of RGB (Red+Green+Blue) = 213+210+129=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 210 (82.42% from 255 or 38.04% from 552); Blue value is 129 (50.78% from 255 or 23.37% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D281 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D281 is #2A2D7E. Grayscale: #C9C9C9. Windows color (decimal): -2764159 or 8508117. OLE color: 8508117.
HSL color Cylindrical-coordinate representation of color #D5D281: hue angle of 57.86º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D5D281 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 210 | 129 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.16 |
| HSL | 57.86º | 0.5% | 0.67% | - |
| HSV(B) | 57.86º | 0.39% | 0.84% | - |
| XYZ | 54.45 | 61.82 | 29.83 | - |
| YUV | 201.66 | 86.99 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 210 | 129 | 0 | 0.01 | 0.39 | 0.16 | 57.86 | 0.5 | 0.67 |
| Hex | D5 | D2 | 81 | 0 | 1 | 27 | 10 | 3A | 32 | 43 |
| Octal | 325 | 322 | 201 | 0 | 1 | 47 | 20 | 72 | 62 | 103 |
| Binary | 11010101 | 11010010 | 10000001 | 0 | 1 | 100111 | 10000 | 111010 | 110010 | 1000011 |
Color Harmonies of #D5D281
Complementary color
Monochromatic Colors of #D5D281
Black with #D5D281
Text Example
Text Example
White with #D5D281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D281; }
p { color: rgb(213,210,129); }
H1.HeaderClassName
{
color: #D5D281;
}
.AnyTagClassName
{
color: #D5D281;
}
</style>
background-color css
<style>
a { background-color: #D5D281; }
a { background-color: rgb(213,210,129); }
div.DivClassName
{
background-color: #D5D281;
}
.BgClassName
{
background-color: #D5D281;
}
</style>
border-color css
<style>
span { border-color: #D5D281; }
span { border-color: rgb(213,210,129); }
td.TdClassName
{
border-color: #D5D281;
}
.TagClassName
{
border-color: #D5D281;
}
</style>