Shades of Old Gold #D6B936
Tints of Old Gold #D6B936
RGB
CMYK
RGB Variations
Color information
#D6B936 (or 0xD6B936) is known color: Old Gold. HEX triplet: D6, B9 and 36. RGB value is (214,185,54). Sum of RGB (Red+Green+Blue) = 214+185+54=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 54 (21.48% from 255 or 11.92% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B936 is #2946C9. Grayscale: #B3B3B3. Windows color (decimal): -2705098 or 3586518. OLE color: 3586518.
HSL color Cylindrical-coordinate representation of color #D6B936: hue angle of 49.12º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D6B936 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 185 | 54 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.16 |
| HSL | 49.13º | 0.66% | 0.53% | - |
| HSV(B) | 49.13º | 0.75% | 0.84% | - |
| XYZ | 45.75 | 49.26 | 10.59 | - |
| YUV | 178.74 | 57.61 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 54 | 0 | 0.14 | 0.75 | 0.16 | 49.13 | 0.66 | 0.53 |
| Hex | D6 | B9 | 36 | 0 | E | 4B | 10 | 31 | 42 | 35 |
| Octal | 326 | 271 | 66 | 0 | 16 | 113 | 20 | 61 | 102 | 65 |
| Binary | 11010110 | 10111001 | 110110 | 0 | 1110 | 1001011 | 10000 | 110001 | 1000010 | 110101 |
Color Harmonies of #D6B936
Complementary color
Monochromatic Colors of #D6B936
Black with #D6B936
Text Example
Text Example
White with #D6B936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B936; }
p { color: rgb(214,185,54); }
H1.HeaderClassName
{
color: #D6B936;
}
.AnyTagClassName
{
color: #D6B936;
}
</style>
background-color css
<style>
a { background-color: #D6B936; }
a { background-color: rgb(214,185,54); }
div.DivClassName
{
background-color: #D6B936;
}
.BgClassName
{
background-color: #D6B936;
}
</style>
border-color css
<style>
span { border-color: #D6B936; }
span { border-color: rgb(214,185,54); }
td.TdClassName
{
border-color: #D6B936;
}
.TagClassName
{
border-color: #D6B936;
}
</style>