Shades of Deco #D3D696
Tints of Deco #D3D696
RGB
CMYK
RGB Variations
Color information
#D3D696 (or 0xD3D696) is known color: Deco. HEX triplet: D3, D6 and 96. RGB value is (211,214,150). Sum of RGB (Red+Green+Blue) = 211+214+150=575 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.70% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 150 (58.98% from 255 or 26.09% from 575); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D696 is #2C2969. Grayscale: #CECECE. Windows color (decimal): -2894186 or 9885395. OLE color: 9885395.
HSL color Cylindrical-coordinate representation of color #D3D696: hue angle of 62.81º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D3D696 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 214 | 150 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.16 |
| HSL | 62.81º | 0.44% | 0.71% | - |
| HSV(B) | 62.81º | 0.3% | 0.84% | - |
| XYZ | 56.42 | 64.14 | 38.26 | - |
| YUV | 205.81 | 96.51 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 214 | 150 | 0.01 | 0 | 0.30 | 0.16 | 62.81 | 0.44 | 0.71 |
| Hex | D3 | D6 | 96 | 1 | 0 | 1E | 10 | 3F | 2C | 47 |
| Octal | 323 | 326 | 226 | 1 | 0 | 36 | 20 | 77 | 54 | 107 |
| Binary | 11010011 | 11010110 | 10010110 | 1 | 0 | 11110 | 10000 | 111111 | 101100 | 1000111 |
Color Harmonies of #D3D696
Complementary color
Monochromatic Colors of #D3D696
Black with #D3D696
Text Example
Text Example
White with #D3D696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D696; }
p { color: rgb(211,214,150); }
H1.HeaderClassName
{
color: #D3D696;
}
.AnyTagClassName
{
color: #D3D696;
}
</style>
background-color css
<style>
a { background-color: #D3D696; }
a { background-color: rgb(211,214,150); }
div.DivClassName
{
background-color: #D3D696;
}
.BgClassName
{
background-color: #D3D696;
}
</style>
border-color css
<style>
span { border-color: #D3D696; }
span { border-color: rgb(211,214,150); }
td.TdClassName
{
border-color: #D3D696;
}
.TagClassName
{
border-color: #D3D696;
}
</style>