Shades of Old Gold #D2B444
Tints of Old Gold #D2B444
RGB
CMYK
RGB Variations
Color information
#D2B444 (or 0xD2B444) is known color: Old Gold. HEX triplet: D2, B4 and 44. RGB value is (210,180,68). Sum of RGB (Red+Green+Blue) = 210+180+68=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 68 (26.95% from 255 or 14.85% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B444 is #2D4BBB. Grayscale: #B0B0B0. Windows color (decimal): -2968508 or 4502738. OLE color: 4502738.
HSL color Cylindrical-coordinate representation of color #D2B444: hue angle of 47.32º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2B444 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 180 | 68 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.18 |
| HSL | 47.32º | 0.61% | 0.55% | - |
| HSV(B) | 47.32º | 0.68% | 0.82% | - |
| XYZ | 43.94 | 46.76 | 12.18 | - |
| YUV | 176.2 | 66.94 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 180 | 68 | 0 | 0.14 | 0.68 | 0.18 | 47.32 | 0.61 | 0.55 |
| Hex | D2 | B4 | 44 | 0 | E | 44 | 12 | 2F | 3D | 37 |
| Octal | 322 | 264 | 104 | 0 | 16 | 104 | 22 | 57 | 75 | 67 |
| Binary | 11010010 | 10110100 | 1000100 | 0 | 1110 | 1000100 | 10010 | 101111 | 111101 | 110111 |
Color Harmonies of #D2B444
Complementary color
Monochromatic Colors of #D2B444
Black with #D2B444
Text Example
Text Example
White with #D2B444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B444; }
p { color: rgb(210,180,68); }
H1.HeaderClassName
{
color: #D2B444;
}
.AnyTagClassName
{
color: #D2B444;
}
</style>
background-color css
<style>
a { background-color: #D2B444; }
a { background-color: rgb(210,180,68); }
div.DivClassName
{
background-color: #D2B444;
}
.BgClassName
{
background-color: #D2B444;
}
</style>
border-color css
<style>
span { border-color: #D2B444; }
span { border-color: rgb(210,180,68); }
td.TdClassName
{
border-color: #D2B444;
}
.TagClassName
{
border-color: #D2B444;
}
</style>