Shades of Old Gold #D0B92B
Tints of Old Gold #D0B92B
RGB
CMYK
RGB Variations
Color information
#D0B92B (or 0xD0B92B) is known color: Old Gold. HEX triplet: D0, B9 and 2B. RGB value is (208,185,43). Sum of RGB (Red+Green+Blue) = 208+185+43=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 43 (17.19% from 255 or 9.86% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B92B is #2F46D4. Grayscale: #B0B0B0. Windows color (decimal): -3098325 or 2865616. OLE color: 2865616.
HSL color Cylindrical-coordinate representation of color #D0B92B: hue angle of 51.64º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0B92B is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 185 | 43 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.18 |
| HSL | 51.64º | 0.66% | 0.49% | - |
| HSV(B) | 51.64º | 0.79% | 0.82% | - |
| XYZ | 43.8 | 48.28 | 9.3 | - |
| YUV | 175.69 | 53.12 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 185 | 43 | 0 | 0.11 | 0.79 | 0.18 | 51.64 | 0.66 | 0.49 |
| Hex | D0 | B9 | 2B | 0 | B | 4F | 12 | 34 | 42 | 31 |
| Octal | 320 | 271 | 53 | 0 | 13 | 117 | 22 | 64 | 102 | 61 |
| Binary | 11010000 | 10111001 | 101011 | 0 | 1011 | 1001111 | 10010 | 110100 | 1000010 | 110001 |
Color Harmonies of #D0B92B
Complementary color
Monochromatic Colors of #D0B92B
Black with #D0B92B
Text Example
Text Example
White with #D0B92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B92B; }
p { color: rgb(208,185,43); }
H1.HeaderClassName
{
color: #D0B92B;
}
.AnyTagClassName
{
color: #D0B92B;
}
</style>
background-color css
<style>
a { background-color: #D0B92B; }
a { background-color: rgb(208,185,43); }
div.DivClassName
{
background-color: #D0B92B;
}
.BgClassName
{
background-color: #D0B92B;
}
</style>
border-color css
<style>
span { border-color: #D0B92B; }
span { border-color: rgb(208,185,43); }
td.TdClassName
{
border-color: #D0B92B;
}
.TagClassName
{
border-color: #D0B92B;
}
</style>