Shades of Deco #D3D482
Tints of Deco #D3D482
RGB
CMYK
RGB Variations
Color information
#D3D482 (or 0xD3D482) is known color: Deco. HEX triplet: D3, D4 and 82. RGB value is (211,212,130). Sum of RGB (Red+Green+Blue) = 211+212+130=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 130 (51.17% from 255 or 23.51% from 553); Max value from RGB is 212 - color contains mainly: green. Hex color #D3D482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D482 is #2C2B7D. Grayscale: #CACACA. Windows color (decimal): -2894718 or 8574163. OLE color: 8574163.
HSL color Cylindrical-coordinate representation of color #D3D482: hue angle of 60.73º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D3D482 is Cyan = 0.00, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 212 | 130 | - |
| CMYK | 0.00 | 0 | 0.39 | 0.17 |
| HSL | 60.73º | 0.49% | 0.67% | - |
| HSV(B) | 60.73º | 0.39% | 0.83% | - |
| XYZ | 54.44 | 62.55 | 30.32 | - |
| YUV | 202.35 | 87.17 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 212 | 130 | 0.00 | 0 | 0.39 | 0.17 | 60.73 | 0.49 | 0.67 |
| Hex | D3 | D4 | 82 | 0 | 0 | 27 | 11 | 3D | 31 | 43 |
| Octal | 323 | 324 | 202 | 0 | 0 | 47 | 21 | 75 | 61 | 103 |
| Binary | 11010011 | 11010100 | 10000010 | 0 | 0 | 100111 | 10001 | 111101 | 110001 | 1000011 |
Color Harmonies of #D3D482
Complementary color
Monochromatic Colors of #D3D482
Black with #D3D482
Text Example
Text Example
White with #D3D482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D482; }
p { color: rgb(211,212,130); }
H1.HeaderClassName
{
color: #D3D482;
}
.AnyTagClassName
{
color: #D3D482;
}
</style>
background-color css
<style>
a { background-color: #D3D482; }
a { background-color: rgb(211,212,130); }
div.DivClassName
{
background-color: #D3D482;
}
.BgClassName
{
background-color: #D3D482;
}
</style>
border-color css
<style>
span { border-color: #D3D482; }
span { border-color: rgb(211,212,130); }
td.TdClassName
{
border-color: #D3D482;
}
.TagClassName
{
border-color: #D3D482;
}
</style>