Shades of Old Gold #D8BF32
Tints of Old Gold #D8BF32
RGB
CMYK
RGB Variations
Color information
#D8BF32 (or 0xD8BF32) is known color: Old Gold. HEX triplet: D8, BF and 32. RGB value is (216,191,50). Sum of RGB (Red+Green+Blue) = 216+191+50=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 50 (19.92% from 255 or 10.94% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BF32 is #2740CD. Grayscale: #B6B6B6. Windows color (decimal): -2572494 or 3325912. OLE color: 3325912.
HSL color Cylindrical-coordinate representation of color #D8BF32: hue angle of 50.96º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D8BF32 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 191 | 50 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.15 |
| HSL | 50.96º | 0.68% | 0.52% | - |
| HSV(B) | 50.96º | 0.77% | 0.85% | - |
| XYZ | 47.53 | 52.09 | 10.57 | - |
| YUV | 182.4 | 53.28 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 191 | 50 | 0 | 0.12 | 0.77 | 0.15 | 50.96 | 0.68 | 0.52 |
| Hex | D8 | BF | 32 | 0 | C | 4D | F | 33 | 44 | 34 |
| Octal | 330 | 277 | 62 | 0 | 14 | 115 | 17 | 63 | 104 | 64 |
| Binary | 11011000 | 10111111 | 110010 | 0 | 1100 | 1001101 | 1111 | 110011 | 1000100 | 110100 |
Color Harmonies of #D8BF32
Complementary color
Monochromatic Colors of #D8BF32
Black with #D8BF32
Text Example
Text Example
White with #D8BF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BF32; }
p { color: rgb(216,191,50); }
H1.HeaderClassName
{
color: #D8BF32;
}
.AnyTagClassName
{
color: #D8BF32;
}
</style>
background-color css
<style>
a { background-color: #D8BF32; }
a { background-color: rgb(216,191,50); }
div.DivClassName
{
background-color: #D8BF32;
}
.BgClassName
{
background-color: #D8BF32;
}
</style>
border-color css
<style>
span { border-color: #D8BF32; }
span { border-color: rgb(216,191,50); }
td.TdClassName
{
border-color: #D8BF32;
}
.TagClassName
{
border-color: #D8BF32;
}
</style>