Shades of Deco #D6D48A
Tints of Deco #D6D48A
RGB
CMYK
RGB Variations
Color information
#D6D48A (or 0xD6D48A) is known color: Deco. HEX triplet: D6, D4 and 8A. RGB value is (214,212,138). Sum of RGB (Red+Green+Blue) = 214+212+138=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 212 (83.20% from 255 or 37.59% from 564); Blue value is 138 (54.30% from 255 or 24.47% from 564); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D48A is #292B75. Grayscale: #CCCCCC. Windows color (decimal): -2698102 or 9098454. OLE color: 9098454.
HSL color Cylindrical-coordinate representation of color #D6D48A: hue angle of 58.42º 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 #D6D48A is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 212 | 138 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.16 |
| HSL | 58.42º | 0.48% | 0.69% | - |
| HSV(B) | 58.42º | 0.36% | 0.84% | - |
| XYZ | 55.86 | 63.22 | 33.3 | - |
| YUV | 204.16 | 90.66 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 212 | 138 | 0 | 0.01 | 0.36 | 0.16 | 58.42 | 0.48 | 0.69 |
| Hex | D6 | D4 | 8A | 0 | 1 | 24 | 10 | 3A | 30 | 45 |
| Octal | 326 | 324 | 212 | 0 | 1 | 44 | 20 | 72 | 60 | 105 |
| Binary | 11010110 | 11010100 | 10001010 | 0 | 1 | 100100 | 10000 | 111010 | 110000 | 1000101 |
Color Harmonies of #D6D48A
Complementary color
Monochromatic Colors of #D6D48A
Black with #D6D48A
Text Example
Text Example
White with #D6D48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D48A; }
p { color: rgb(214,212,138); }
H1.HeaderClassName
{
color: #D6D48A;
}
.AnyTagClassName
{
color: #D6D48A;
}
</style>
background-color css
<style>
a { background-color: #D6D48A; }
a { background-color: rgb(214,212,138); }
div.DivClassName
{
background-color: #D6D48A;
}
.BgClassName
{
background-color: #D6D48A;
}
</style>
border-color css
<style>
span { border-color: #D6D48A; }
span { border-color: rgb(214,212,138); }
td.TdClassName
{
border-color: #D6D48A;
}
.TagClassName
{
border-color: #D6D48A;
}
</style>