Shades of Deco #D6D18A
Tints of Deco #D6D18A
RGB
CMYK
RGB Variations
Color information
#D6D18A (or 0xD6D18A) is known color: Deco. HEX triplet: D6, D1 and 8A. RGB value is (214,209,138). Sum of RGB (Red+Green+Blue) = 214+209+138=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 138 (54.30% from 255 or 24.60% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D18A is #292E75. Grayscale: #CACACA. Windows color (decimal): -2698870 or 9097686. OLE color: 9097686.
HSL color Cylindrical-coordinate representation of color #D6D18A: hue angle of 56.05º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6D18A is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 209 | 138 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.16 |
| HSL | 56.05º | 0.48% | 0.69% | - |
| HSV(B) | 56.05º | 0.36% | 0.84% | - |
| XYZ | 55.12 | 61.73 | 33.06 | - |
| YUV | 202.4 | 91.66 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 209 | 138 | 0 | 0.02 | 0.36 | 0.16 | 56.05 | 0.48 | 0.69 |
| Hex | D6 | D1 | 8A | 0 | 2 | 24 | 10 | 38 | 30 | 45 |
| Octal | 326 | 321 | 212 | 0 | 2 | 44 | 20 | 70 | 60 | 105 |
| Binary | 11010110 | 11010001 | 10001010 | 0 | 10 | 100100 | 10000 | 111000 | 110000 | 1000101 |
Color Harmonies of #D6D18A
Complementary color
Monochromatic Colors of #D6D18A
Black with #D6D18A
Text Example
Text Example
White with #D6D18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D18A; }
p { color: rgb(214,209,138); }
H1.HeaderClassName
{
color: #D6D18A;
}
.AnyTagClassName
{
color: #D6D18A;
}
</style>
background-color css
<style>
a { background-color: #D6D18A; }
a { background-color: rgb(214,209,138); }
div.DivClassName
{
background-color: #D6D18A;
}
.BgClassName
{
background-color: #D6D18A;
}
</style>
border-color css
<style>
span { border-color: #D6D18A; }
span { border-color: rgb(214,209,138); }
td.TdClassName
{
border-color: #D6D18A;
}
.TagClassName
{
border-color: #D6D18A;
}
</style>