Shades of Deco #D5D28B
Tints of Deco #D5D28B
RGB
CMYK
RGB Variations
Color information
#D5D28B (or 0xD5D28B) is known color: Deco. HEX triplet: D5, D2 and 8B. RGB value is (213,210,139). Sum of RGB (Red+Green+Blue) = 213+210+139=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 210 (82.42% from 255 or 37.37% from 562); Blue value is 139 (54.69% from 255 or 24.73% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D28B is #2A2D74. Grayscale: #CBCBCB. Windows color (decimal): -2764149 or 9163477. OLE color: 9163477.
HSL color Cylindrical-coordinate representation of color #D5D28B: hue angle of 57.57º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D5D28B is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 210 | 139 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.16 |
| HSL | 57.57º | 0.47% | 0.69% | - |
| HSV(B) | 57.57º | 0.35% | 0.84% | - |
| XYZ | 55.15 | 62.1 | 33.51 | - |
| YUV | 202.8 | 91.99 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 210 | 139 | 0 | 0.01 | 0.35 | 0.16 | 57.57 | 0.47 | 0.69 |
| Hex | D5 | D2 | 8B | 0 | 1 | 23 | 10 | 3A | 2F | 45 |
| Octal | 325 | 322 | 213 | 0 | 1 | 43 | 20 | 72 | 57 | 105 |
| Binary | 11010101 | 11010010 | 10001011 | 0 | 1 | 100011 | 10000 | 111010 | 101111 | 1000101 |
Color Harmonies of #D5D28B
Complementary color
Monochromatic Colors of #D5D28B
Black with #D5D28B
Text Example
Text Example
White with #D5D28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D28B; }
p { color: rgb(213,210,139); }
H1.HeaderClassName
{
color: #D5D28B;
}
.AnyTagClassName
{
color: #D5D28B;
}
</style>
background-color css
<style>
a { background-color: #D5D28B; }
a { background-color: rgb(213,210,139); }
div.DivClassName
{
background-color: #D5D28B;
}
.BgClassName
{
background-color: #D5D28B;
}
</style>
border-color css
<style>
span { border-color: #D5D28B; }
span { border-color: rgb(213,210,139); }
td.TdClassName
{
border-color: #D5D28B;
}
.TagClassName
{
border-color: #D5D28B;
}
</style>