Shades of Old Gold #D0B243
Tints of Old Gold #D0B243
RGB
CMYK
RGB Variations
Color information
#D0B243 (or 0xD0B243) is known color: Old Gold. HEX triplet: D0, B2 and 43. RGB value is (208,178,67). Sum of RGB (Red+Green+Blue) = 208+178+67=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 67 (26.56% from 255 or 14.79% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0B243 is #2F4DBC. Grayscale: #AEAEAE. Windows color (decimal): -3100093 or 4436688. OLE color: 4436688.
HSL color Cylindrical-coordinate representation of color #D0B243: hue angle of 47.23º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0B243 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 178 | 67 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.18 |
| HSL | 47.23º | 0.6% | 0.54% | - |
| HSV(B) | 47.23º | 0.68% | 0.82% | - |
| XYZ | 42.95 | 45.66 | 11.86 | - |
| YUV | 174.32 | 67.44 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 178 | 67 | 0 | 0.14 | 0.68 | 0.18 | 47.23 | 0.6 | 0.54 |
| Hex | D0 | B2 | 43 | 0 | E | 44 | 12 | 2F | 3C | 36 |
| Octal | 320 | 262 | 103 | 0 | 16 | 104 | 22 | 57 | 74 | 66 |
| Binary | 11010000 | 10110010 | 1000011 | 0 | 1110 | 1000100 | 10010 | 101111 | 111100 | 110110 |
Color Harmonies of #D0B243
Complementary color
Monochromatic Colors of #D0B243
Black with #D0B243
Text Example
Text Example
White with #D0B243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B243; }
p { color: rgb(208,178,67); }
H1.HeaderClassName
{
color: #D0B243;
}
.AnyTagClassName
{
color: #D0B243;
}
</style>
background-color css
<style>
a { background-color: #D0B243; }
a { background-color: rgb(208,178,67); }
div.DivClassName
{
background-color: #D0B243;
}
.BgClassName
{
background-color: #D0B243;
}
</style>
border-color css
<style>
span { border-color: #D0B243; }
span { border-color: rgb(208,178,67); }
td.TdClassName
{
border-color: #D0B243;
}
.TagClassName
{
border-color: #D0B243;
}
</style>