Shades of Deco #D6D58C
Tints of Deco #D6D58C
RGB
CMYK
RGB Variations
Color information
#D6D58C (or 0xD6D58C) is known color: Deco. HEX triplet: D6, D5 and 8C. RGB value is (214,213,140). Sum of RGB (Red+Green+Blue) = 214+213+140=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 213 (83.59% from 255 or 37.57% from 567); Blue value is 140 (55.08% from 255 or 24.69% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D58C is #292A73. Grayscale: #CDCDCD. Windows color (decimal): -2697844 or 9229782. OLE color: 9229782.
HSL color Cylindrical-coordinate representation of color #D6D58C: hue angle of 59.19º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6D58C is Cyan = 0, Magento = 0.00, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 213 | 140 | - |
| CMYK | 0 | 0.00 | 0.35 | 0.16 |
| HSL | 59.19º | 0.47% | 0.69% | - |
| HSV(B) | 59.19º | 0.35% | 0.84% | - |
| XYZ | 56.26 | 63.78 | 34.16 | - |
| YUV | 204.98 | 91.33 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 213 | 140 | 0 | 0.00 | 0.35 | 0.16 | 59.19 | 0.47 | 0.69 |
| Hex | D6 | D5 | 8C | 0 | 0 | 23 | 10 | 3B | 2F | 45 |
| Octal | 326 | 325 | 214 | 0 | 0 | 43 | 20 | 73 | 57 | 105 |
| Binary | 11010110 | 11010101 | 10001100 | 0 | 0 | 100011 | 10000 | 111011 | 101111 | 1000101 |
Color Harmonies of #D6D58C
Complementary color
Monochromatic Colors of #D6D58C
Black with #D6D58C
Text Example
Text Example
White with #D6D58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D58C; }
p { color: rgb(214,213,140); }
H1.HeaderClassName
{
color: #D6D58C;
}
.AnyTagClassName
{
color: #D6D58C;
}
</style>
background-color css
<style>
a { background-color: #D6D58C; }
a { background-color: rgb(214,213,140); }
div.DivClassName
{
background-color: #D6D58C;
}
.BgClassName
{
background-color: #D6D58C;
}
</style>
border-color css
<style>
span { border-color: #D6D58C; }
span { border-color: rgb(214,213,140); }
td.TdClassName
{
border-color: #D6D58C;
}
.TagClassName
{
border-color: #D6D58C;
}
</style>