Shades of Old Gold #D6B63B
Tints of Old Gold #D6B63B
RGB
CMYK
RGB Variations
Color information
#D6B63B (or 0xD6B63B) is known color: Old Gold. HEX triplet: D6, B6 and 3B. RGB value is (214,182,59). Sum of RGB (Red+Green+Blue) = 214+182+59=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 59 (23.44% from 255 or 12.97% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B63B is #2949C4. Grayscale: #B2B2B2. Windows color (decimal): -2705861 or 3913430. OLE color: 3913430.
HSL color Cylindrical-coordinate representation of color #D6B63B: hue angle of 47.61º 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 #D6B63B is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 182 | 59 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.16 |
| HSL | 47.61º | 0.65% | 0.54% | - |
| HSV(B) | 47.61º | 0.72% | 0.84% | - |
| XYZ | 45.25 | 48.07 | 11.03 | - |
| YUV | 177.55 | 61.1 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 182 | 59 | 0 | 0.15 | 0.72 | 0.16 | 47.61 | 0.65 | 0.54 |
| Hex | D6 | B6 | 3B | 0 | F | 48 | 10 | 30 | 41 | 36 |
| Octal | 326 | 266 | 73 | 0 | 17 | 110 | 20 | 60 | 101 | 66 |
| Binary | 11010110 | 10110110 | 111011 | 0 | 1111 | 1001000 | 10000 | 110000 | 1000001 | 110110 |
Color Harmonies of #D6B63B
Complementary color
Monochromatic Colors of #D6B63B
Black with #D6B63B
Text Example
Text Example
White with #D6B63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B63B; }
p { color: rgb(214,182,59); }
H1.HeaderClassName
{
color: #D6B63B;
}
.AnyTagClassName
{
color: #D6B63B;
}
</style>
background-color css
<style>
a { background-color: #D6B63B; }
a { background-color: rgb(214,182,59); }
div.DivClassName
{
background-color: #D6B63B;
}
.BgClassName
{
background-color: #D6B63B;
}
</style>
border-color css
<style>
span { border-color: #D6B63B; }
span { border-color: rgb(214,182,59); }
td.TdClassName
{
border-color: #D6B63B;
}
.TagClassName
{
border-color: #D6B63B;
}
</style>