Shades of Old Gold #D6B93C
Tints of Old Gold #D6B93C
RGB
CMYK
RGB Variations
Color information
#D6B93C (or 0xD6B93C) is known color: Old Gold. HEX triplet: D6, B9 and 3C. RGB value is (214,185,60). Sum of RGB (Red+Green+Blue) = 214+185+60=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 60 (23.83% from 255 or 13.07% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B93C is #2946C3. Grayscale: #B3B3B3. Windows color (decimal): -2705092 or 3979734. OLE color: 3979734.
HSL color Cylindrical-coordinate representation of color #D6B93C: hue angle of 48.7º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6B93C is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 185 | 60 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.16 |
| HSL | 48.7º | 0.65% | 0.54% | - |
| HSV(B) | 48.7º | 0.72% | 0.84% | - |
| XYZ | 45.9 | 49.32 | 11.38 | - |
| YUV | 179.42 | 60.61 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 60 | 0 | 0.14 | 0.72 | 0.16 | 48.7 | 0.65 | 0.54 |
| Hex | D6 | B9 | 3C | 0 | E | 48 | 10 | 31 | 41 | 36 |
| Octal | 326 | 271 | 74 | 0 | 16 | 110 | 20 | 61 | 101 | 66 |
| Binary | 11010110 | 10111001 | 111100 | 0 | 1110 | 1001000 | 10000 | 110001 | 1000001 | 110110 |
Color Harmonies of #D6B93C
Complementary color
Monochromatic Colors of #D6B93C
Black with #D6B93C
Text Example
Text Example
White with #D6B93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B93C; }
p { color: rgb(214,185,60); }
H1.HeaderClassName
{
color: #D6B93C;
}
.AnyTagClassName
{
color: #D6B93C;
}
</style>
background-color css
<style>
a { background-color: #D6B93C; }
a { background-color: rgb(214,185,60); }
div.DivClassName
{
background-color: #D6B93C;
}
.BgClassName
{
background-color: #D6B93C;
}
</style>
border-color css
<style>
span { border-color: #D6B93C; }
span { border-color: rgb(214,185,60); }
td.TdClassName
{
border-color: #D6B93C;
}
.TagClassName
{
border-color: #D6B93C;
}
</style>