Shades of Old Gold #D6BF32
Tints of Old Gold #D6BF32
RGB
CMYK
RGB Variations
Color information
#D6BF32 (or 0xD6BF32) is known color: Old Gold. HEX triplet: D6, BF and 32. RGB value is (214,191,50). Sum of RGB (Red+Green+Blue) = 214+191+50=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 50 (19.92% from 255 or 10.99% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BF32 is #2940CD. Grayscale: #B6B6B6. Windows color (decimal): -2703566 or 3325910. OLE color: 3325910.
HSL color Cylindrical-coordinate representation of color #D6BF32: hue angle of 51.59º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D6BF32 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 50 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.16 |
| HSL | 51.59º | 0.67% | 0.52% | - |
| HSV(B) | 51.59º | 0.77% | 0.84% | - |
| XYZ | 46.94 | 51.79 | 10.54 | - |
| YUV | 181.8 | 53.62 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 50 | 0 | 0.11 | 0.77 | 0.16 | 51.59 | 0.67 | 0.52 |
| Hex | D6 | BF | 32 | 0 | B | 4D | 10 | 34 | 43 | 34 |
| Octal | 326 | 277 | 62 | 0 | 13 | 115 | 20 | 64 | 103 | 64 |
| Binary | 11010110 | 10111111 | 110010 | 0 | 1011 | 1001101 | 10000 | 110100 | 1000011 | 110100 |
Color Harmonies of #D6BF32
Complementary color
Monochromatic Colors of #D6BF32
Black with #D6BF32
Text Example
Text Example
White with #D6BF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BF32; }
p { color: rgb(214,191,50); }
H1.HeaderClassName
{
color: #D6BF32;
}
.AnyTagClassName
{
color: #D6BF32;
}
</style>
background-color css
<style>
a { background-color: #D6BF32; }
a { background-color: rgb(214,191,50); }
div.DivClassName
{
background-color: #D6BF32;
}
.BgClassName
{
background-color: #D6BF32;
}
</style>
border-color css
<style>
span { border-color: #D6BF32; }
span { border-color: rgb(214,191,50); }
td.TdClassName
{
border-color: #D6BF32;
}
.TagClassName
{
border-color: #D6BF32;
}
</style>