Shades of Deco #D3D279
Tints of Deco #D3D279
RGB
CMYK
RGB Variations
Color information
#D3D279 (or 0xD3D279) is known color: Deco. HEX triplet: D3, D2 and 79. RGB value is (211,210,121). Sum of RGB (Red+Green+Blue) = 211+210+121=542 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.93% from 542); Green value is 210 (82.42% from 255 or 38.75% from 542); Blue value is 121 (47.66% from 255 or 22.32% from 542); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D279 is #2C2D86. Grayscale: #C8C8C8. Windows color (decimal): -2895239 or 7983827. OLE color: 7983827.
HSL color Cylindrical-coordinate representation of color #D3D279: hue angle of 59.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D3D279 is Cyan = 0, Magento = 0.00, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 210 | 121 | - |
| CMYK | 0 | 0.00 | 0.43 | 0.17 |
| HSL | 59.33º | 0.51% | 0.65% | - |
| HSV(B) | 59.33º | 0.43% | 0.83% | - |
| XYZ | 53.36 | 61.32 | 27.11 | - |
| YUV | 200.15 | 83.33 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 210 | 121 | 0 | 0.00 | 0.43 | 0.17 | 59.33 | 0.51 | 0.65 |
| Hex | D3 | D2 | 79 | 0 | 0 | 2B | 11 | 3B | 33 | 41 |
| Octal | 323 | 322 | 171 | 0 | 0 | 53 | 21 | 73 | 63 | 101 |
| Binary | 11010011 | 11010010 | 1111001 | 0 | 0 | 101011 | 10001 | 111011 | 110011 | 1000001 |
Color Harmonies of #D3D279
Complementary color
Monochromatic Colors of #D3D279
Black with #D3D279
Text Example
Text Example
White with #D3D279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D279; }
p { color: rgb(211,210,121); }
H1.HeaderClassName
{
color: #D3D279;
}
.AnyTagClassName
{
color: #D3D279;
}
</style>
background-color css
<style>
a { background-color: #D3D279; }
a { background-color: rgb(211,210,121); }
div.DivClassName
{
background-color: #D3D279;
}
.BgClassName
{
background-color: #D3D279;
}
</style>
border-color css
<style>
span { border-color: #D3D279; }
span { border-color: rgb(211,210,121); }
td.TdClassName
{
border-color: #D3D279;
}
.TagClassName
{
border-color: #D3D279;
}
</style>