Shades of Deco #D3D289
Tints of Deco #D3D289
RGB
CMYK
RGB Variations
Color information
#D3D289 (or 0xD3D289) is known color: Deco. HEX triplet: D3, D2 and 89. RGB value is (211,210,137). Sum of RGB (Red+Green+Blue) = 211+210+137=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 137 (53.91% from 255 or 24.55% from 558); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D289 is #2C2D76. Grayscale: #CACACA. Windows color (decimal): -2895223 or 9032403. OLE color: 9032403.
HSL color Cylindrical-coordinate representation of color #D3D289: hue angle of 59.19º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D3D289 is Cyan = 0, Magento = 0.00, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 210 | 137 | - |
| CMYK | 0 | 0.00 | 0.35 | 0.17 |
| HSL | 59.19º | 0.46% | 0.68% | - |
| HSV(B) | 59.19º | 0.35% | 0.83% | - |
| XYZ | 54.43 | 61.75 | 32.72 | - |
| YUV | 201.98 | 91.33 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 210 | 137 | 0 | 0.00 | 0.35 | 0.17 | 59.19 | 0.46 | 0.68 |
| Hex | D3 | D2 | 89 | 0 | 0 | 23 | 11 | 3B | 2E | 44 |
| Octal | 323 | 322 | 211 | 0 | 0 | 43 | 21 | 73 | 56 | 104 |
| Binary | 11010011 | 11010010 | 10001001 | 0 | 0 | 100011 | 10001 | 111011 | 101110 | 1000100 |
Color Harmonies of #D3D289
Complementary color
Monochromatic Colors of #D3D289
Black with #D3D289
Text Example
Text Example
White with #D3D289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D289; }
p { color: rgb(211,210,137); }
H1.HeaderClassName
{
color: #D3D289;
}
.AnyTagClassName
{
color: #D3D289;
}
</style>
background-color css
<style>
a { background-color: #D3D289; }
a { background-color: rgb(211,210,137); }
div.DivClassName
{
background-color: #D3D289;
}
.BgClassName
{
background-color: #D3D289;
}
</style>
border-color css
<style>
span { border-color: #D3D289; }
span { border-color: rgb(211,210,137); }
td.TdClassName
{
border-color: #D3D289;
}
.TagClassName
{
border-color: #D3D289;
}
</style>