Shades of Deco #D3DA7E
Tints of Deco #D3DA7E
RGB
CMYK
RGB Variations
Color information
#D3DA7E (or 0xD3DA7E) is known color: Deco. HEX triplet: D3, DA and 7E. RGB value is (211,218,126). Sum of RGB (Red+Green+Blue) = 211+218+126=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 126 (49.61% from 255 or 22.70% from 555); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DA7E is #2C2581. Grayscale: #CDCDCD. Windows color (decimal): -2893186 or 8313555. OLE color: 8313555.
HSL color Cylindrical-coordinate representation of color #D3DA7E: hue angle of 64.57º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D3DA7E is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 218 | 126 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.15 |
| HSL | 64.57º | 0.55% | 0.67% | - |
| HSV(B) | 64.57º | 0.42% | 0.85% | - |
| XYZ | 55.7 | 65.5 | 29.45 | - |
| YUV | 205.42 | 83.18 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 218 | 126 | 0.03 | 0 | 0.42 | 0.15 | 64.57 | 0.55 | 0.67 |
| Hex | D3 | DA | 7E | 3 | 0 | 2A | F | 41 | 37 | 43 |
| Octal | 323 | 332 | 176 | 3 | 0 | 52 | 17 | 101 | 67 | 103 |
| Binary | 11010011 | 11011010 | 1111110 | 11 | 0 | 101010 | 1111 | 1000001 | 110111 | 1000011 |
Color Harmonies of #D3DA7E
Complementary color
Monochromatic Colors of #D3DA7E
Black with #D3DA7E
Text Example
Text Example
White with #D3DA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DA7E; }
p { color: rgb(211,218,126); }
H1.HeaderClassName
{
color: #D3DA7E;
}
.AnyTagClassName
{
color: #D3DA7E;
}
</style>
background-color css
<style>
a { background-color: #D3DA7E; }
a { background-color: rgb(211,218,126); }
div.DivClassName
{
background-color: #D3DA7E;
}
.BgClassName
{
background-color: #D3DA7E;
}
</style>
border-color css
<style>
span { border-color: #D3DA7E; }
span { border-color: rgb(211,218,126); }
td.TdClassName
{
border-color: #D3DA7E;
}
.TagClassName
{
border-color: #D3DA7E;
}
</style>