Shades of Old Gold #D0BD4B
Tints of Old Gold #D0BD4B
RGB
CMYK
RGB Variations
Color information
#D0BD4B (or 0xD0BD4B) is known color: Old Gold. HEX triplet: D0, BD and 4B. RGB value is (208,189,75). Sum of RGB (Red+Green+Blue) = 208+189+75=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BD4B is #2F42B4. Grayscale: #B6B6B6. Windows color (decimal): -3097269 or 4963792. OLE color: 4963792.
HSL color Cylindrical-coordinate representation of color #D0BD4B: hue angle of 51.43º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0BD4B is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 189 | 75 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.18 |
| HSL | 51.43º | 0.59% | 0.55% | - |
| HSV(B) | 51.43º | 0.64% | 0.82% | - |
| XYZ | 45.48 | 50.31 | 13.97 | - |
| YUV | 181.69 | 67.79 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 189 | 75 | 0 | 0.09 | 0.64 | 0.18 | 51.43 | 0.59 | 0.55 |
| Hex | D0 | BD | 4B | 0 | 9 | 40 | 12 | 33 | 3B | 37 |
| Octal | 320 | 275 | 113 | 0 | 11 | 100 | 22 | 63 | 73 | 67 |
| Binary | 11010000 | 10111101 | 1001011 | 0 | 1001 | 1000000 | 10010 | 110011 | 111011 | 110111 |
Color Harmonies of #D0BD4B
Complementary color
Monochromatic Colors of #D0BD4B
Black with #D0BD4B
Text Example
Text Example
White with #D0BD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BD4B; }
p { color: rgb(208,189,75); }
H1.HeaderClassName
{
color: #D0BD4B;
}
.AnyTagClassName
{
color: #D0BD4B;
}
</style>
background-color css
<style>
a { background-color: #D0BD4B; }
a { background-color: rgb(208,189,75); }
div.DivClassName
{
background-color: #D0BD4B;
}
.BgClassName
{
background-color: #D0BD4B;
}
</style>
border-color css
<style>
span { border-color: #D0BD4B; }
span { border-color: rgb(208,189,75); }
td.TdClassName
{
border-color: #D0BD4B;
}
.TagClassName
{
border-color: #D0BD4B;
}
</style>