Shades of Old Gold #D8B448
Tints of Old Gold #D8B448
RGB
CMYK
RGB Variations
Color information
#D8B448 (or 0xD8B448) is known color: Old Gold. HEX triplet: D8, B4 and 48. RGB value is (216,180,72). Sum of RGB (Red+Green+Blue) = 216+180+72=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 72 (28.52% from 255 or 15.38% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B448 is #274BB7. Grayscale: #B2B2B2. Windows color (decimal): -2575288 or 4764888. OLE color: 4764888.
HSL color Cylindrical-coordinate representation of color #D8B448: hue angle of 45º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D8B448 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 180 | 72 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.15 |
| HSL | 45º | 0.65% | 0.56% | - |
| HSV(B) | 45º | 0.67% | 0.85% | - |
| XYZ | 45.81 | 47.71 | 12.93 | - |
| YUV | 178.45 | 67.93 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 180 | 72 | 0 | 0.17 | 0.67 | 0.15 | 45 | 0.65 | 0.56 |
| Hex | D8 | B4 | 48 | 0 | 11 | 43 | F | 2D | 41 | 38 |
| Octal | 330 | 264 | 110 | 0 | 21 | 103 | 17 | 55 | 101 | 70 |
| Binary | 11011000 | 10110100 | 1001000 | 0 | 10001 | 1000011 | 1111 | 101101 | 1000001 | 111000 |
Color Harmonies of #D8B448
Complementary color
Monochromatic Colors of #D8B448
Black with #D8B448
Text Example
Text Example
White with #D8B448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B448; }
p { color: rgb(216,180,72); }
H1.HeaderClassName
{
color: #D8B448;
}
.AnyTagClassName
{
color: #D8B448;
}
</style>
background-color css
<style>
a { background-color: #D8B448; }
a { background-color: rgb(216,180,72); }
div.DivClassName
{
background-color: #D8B448;
}
.BgClassName
{
background-color: #D8B448;
}
</style>
border-color css
<style>
span { border-color: #D8B448; }
span { border-color: rgb(216,180,72); }
td.TdClassName
{
border-color: #D8B448;
}
.TagClassName
{
border-color: #D8B448;
}
</style>