Shades of Deco #D5D28F
Tints of Deco #D5D28F
RGB
CMYK
RGB Variations
Color information
#D5D28F (or 0xD5D28F) is known color: Deco. HEX triplet: D5, D2 and 8F. RGB value is (213,210,143). Sum of RGB (Red+Green+Blue) = 213+210+143=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 143 (56.25% from 255 or 25.27% from 566); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D28F is #2A2D70. Grayscale: #CBCBCB. Windows color (decimal): -2764145 or 9425621. OLE color: 9425621.
HSL color Cylindrical-coordinate representation of color #D5D28F: hue angle of 57.43º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5D28F is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 210 | 143 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.16 |
| HSL | 57.43º | 0.45% | 0.7% | - |
| HSV(B) | 57.43º | 0.33% | 0.84% | - |
| XYZ | 55.45 | 62.22 | 35.07 | - |
| YUV | 203.26 | 93.99 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 210 | 143 | 0 | 0.01 | 0.33 | 0.16 | 57.43 | 0.45 | 0.7 |
| Hex | D5 | D2 | 8F | 0 | 1 | 21 | 10 | 39 | 2D | 46 |
| Octal | 325 | 322 | 217 | 0 | 1 | 41 | 20 | 71 | 55 | 106 |
| Binary | 11010101 | 11010010 | 10001111 | 0 | 1 | 100001 | 10000 | 111001 | 101101 | 1000110 |
Color Harmonies of #D5D28F
Complementary color
Monochromatic Colors of #D5D28F
Black with #D5D28F
Text Example
Text Example
White with #D5D28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D28F; }
p { color: rgb(213,210,143); }
H1.HeaderClassName
{
color: #D5D28F;
}
.AnyTagClassName
{
color: #D5D28F;
}
</style>
background-color css
<style>
a { background-color: #D5D28F; }
a { background-color: rgb(213,210,143); }
div.DivClassName
{
background-color: #D5D28F;
}
.BgClassName
{
background-color: #D5D28F;
}
</style>
border-color css
<style>
span { border-color: #D5D28F; }
span { border-color: rgb(213,210,143); }
td.TdClassName
{
border-color: #D5D28F;
}
.TagClassName
{
border-color: #D5D28F;
}
</style>