Shades of Old Gold #D8BE3C
Tints of Old Gold #D8BE3C
RGB
CMYK
RGB Variations
Color information
#D8BE3C (or 0xD8BE3C) is known color: Old Gold. HEX triplet: D8, BE and 3C. RGB value is (216,190,60). Sum of RGB (Red+Green+Blue) = 216+190+60=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 60 (23.83% from 255 or 12.88% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BE3C is #2741C3. Grayscale: #B7B7B7. Windows color (decimal): -2572740 or 3981016. OLE color: 3981016.
HSL color Cylindrical-coordinate representation of color #D8BE3C: hue angle of 50º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D8BE3C is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 190 | 60 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.15 |
| HSL | 50º | 0.67% | 0.54% | - |
| HSV(B) | 50º | 0.72% | 0.85% | - |
| XYZ | 47.55 | 51.75 | 11.76 | - |
| YUV | 182.95 | 58.61 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 190 | 60 | 0 | 0.12 | 0.72 | 0.15 | 50 | 0.67 | 0.54 |
| Hex | D8 | BE | 3C | 0 | C | 48 | F | 32 | 43 | 36 |
| Octal | 330 | 276 | 74 | 0 | 14 | 110 | 17 | 62 | 103 | 66 |
| Binary | 11011000 | 10111110 | 111100 | 0 | 1100 | 1001000 | 1111 | 110010 | 1000011 | 110110 |
Color Harmonies of #D8BE3C
Complementary color
Monochromatic Colors of #D8BE3C
Black with #D8BE3C
Text Example
Text Example
White with #D8BE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BE3C; }
p { color: rgb(216,190,60); }
H1.HeaderClassName
{
color: #D8BE3C;
}
.AnyTagClassName
{
color: #D8BE3C;
}
</style>
background-color css
<style>
a { background-color: #D8BE3C; }
a { background-color: rgb(216,190,60); }
div.DivClassName
{
background-color: #D8BE3C;
}
.BgClassName
{
background-color: #D8BE3C;
}
</style>
border-color css
<style>
span { border-color: #D8BE3C; }
span { border-color: rgb(216,190,60); }
td.TdClassName
{
border-color: #D8BE3C;
}
.TagClassName
{
border-color: #D8BE3C;
}
</style>