Shades of Deco #D6D37F
Tints of Deco #D6D37F
RGB
CMYK
RGB Variations
Color information
#D6D37F (or 0xD6D37F) is known color: Deco. HEX triplet: D6, D3 and 7F. RGB value is (214,211,127). Sum of RGB (Red+Green+Blue) = 214+211+127=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 127 (50% from 255 or 23.01% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D37F is #292C80. Grayscale: #CACACA. Windows color (decimal): -2698369 or 8377302. OLE color: 8377302.
HSL color Cylindrical-coordinate representation of color #D6D37F: hue angle of 57.93º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D6D37F is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 127 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.16 |
| HSL | 57.93º | 0.51% | 0.67% | - |
| HSV(B) | 57.93º | 0.41% | 0.84% | - |
| XYZ | 54.86 | 62.42 | 29.24 | - |
| YUV | 202.32 | 85.49 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 127 | 0 | 0.01 | 0.41 | 0.16 | 57.93 | 0.51 | 0.67 |
| Hex | D6 | D3 | 7F | 0 | 1 | 29 | 10 | 3A | 33 | 43 |
| Octal | 326 | 323 | 177 | 0 | 1 | 51 | 20 | 72 | 63 | 103 |
| Binary | 11010110 | 11010011 | 1111111 | 0 | 1 | 101001 | 10000 | 111010 | 110011 | 1000011 |
Color Harmonies of #D6D37F
Complementary color
Monochromatic Colors of #D6D37F
Black with #D6D37F
Text Example
Text Example
White with #D6D37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D37F; }
p { color: rgb(214,211,127); }
H1.HeaderClassName
{
color: #D6D37F;
}
.AnyTagClassName
{
color: #D6D37F;
}
</style>
background-color css
<style>
a { background-color: #D6D37F; }
a { background-color: rgb(214,211,127); }
div.DivClassName
{
background-color: #D6D37F;
}
.BgClassName
{
background-color: #D6D37F;
}
</style>
border-color css
<style>
span { border-color: #D6D37F; }
span { border-color: rgb(214,211,127); }
td.TdClassName
{
border-color: #D6D37F;
}
.TagClassName
{
border-color: #D6D37F;
}
</style>