Shades of Old Gold #D0B84B
Tints of Old Gold #D0B84B
RGB
CMYK
RGB Variations
Color information
#D0B84B (or 0xD0B84B) is known color: Old Gold. HEX triplet: D0, B8 and 4B. RGB value is (208,184,75). Sum of RGB (Red+Green+Blue) = 208+184+75=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B84B is #2F47B4. Grayscale: #B3B3B3. Windows color (decimal): -3098549 or 4962512. OLE color: 4962512.
HSL color Cylindrical-coordinate representation of color #D0B84B: hue angle of 49.17º 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 #D0B84B is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 184 | 75 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.18 |
| HSL | 49.17º | 0.59% | 0.55% | - |
| HSV(B) | 49.17º | 0.64% | 0.82% | - |
| XYZ | 44.42 | 48.2 | 13.62 | - |
| YUV | 178.75 | 69.45 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 184 | 75 | 0 | 0.12 | 0.64 | 0.18 | 49.17 | 0.59 | 0.55 |
| Hex | D0 | B8 | 4B | 0 | C | 40 | 12 | 31 | 3B | 37 |
| Octal | 320 | 270 | 113 | 0 | 14 | 100 | 22 | 61 | 73 | 67 |
| Binary | 11010000 | 10111000 | 1001011 | 0 | 1100 | 1000000 | 10010 | 110001 | 111011 | 110111 |
Color Harmonies of #D0B84B
Complementary color
Monochromatic Colors of #D0B84B
Black with #D0B84B
Text Example
Text Example
White with #D0B84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B84B; }
p { color: rgb(208,184,75); }
H1.HeaderClassName
{
color: #D0B84B;
}
.AnyTagClassName
{
color: #D0B84B;
}
</style>
background-color css
<style>
a { background-color: #D0B84B; }
a { background-color: rgb(208,184,75); }
div.DivClassName
{
background-color: #D0B84B;
}
.BgClassName
{
background-color: #D0B84B;
}
</style>
border-color css
<style>
span { border-color: #D0B84B; }
span { border-color: rgb(208,184,75); }
td.TdClassName
{
border-color: #D0B84B;
}
.TagClassName
{
border-color: #D0B84B;
}
</style>