Shades of Old Gold #D7B73D
Tints of Old Gold #D7B73D
RGB
CMYK
RGB Variations
Color information
#D7B73D (or 0xD7B73D) is known color: Old Gold. HEX triplet: D7, B7 and 3D. RGB value is (215,183,61). Sum of RGB (Red+Green+Blue) = 215+183+61=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 61 (24.22% from 255 or 13.29% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B73D is #2848C2. Grayscale: #B3B3B3. Windows color (decimal): -2640067 or 4044759. OLE color: 4044759.
HSL color Cylindrical-coordinate representation of color #D7B73D: hue angle of 47.53º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D7B73D is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
RGB | 215 | 183 | 61 | - |
CMYK | 0 | 0.15 | 0.72 | 0.16 |
HSL | 47.53º | 0.66% | 0.54% | - |
HSV(B) | 47.53º | 0.72% | 0.84% | - |
XYZ | 45.8 | 48.65 | 11.39 | - |
YUV | 178.66 | 61.6 | 153.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 183 | 61 | 0 | 0.15 | 0.72 | 0.16 | 47.53 | 0.66 | 0.54 |
Hex | D7 | B7 | 3D | 0 | F | 48 | 10 | 30 | 42 | 36 |
Octal | 327 | 267 | 75 | 0 | 17 | 110 | 20 | 60 | 102 | 66 |
Binary | 11010111 | 10110111 | 111101 | 0 | 1111 | 1001000 | 10000 | 110000 | 1000010 | 110110 |
Color Harmonies of #D7B73D
Complementary color
Monochromatic Colors of #D7B73D
Black with #D7B73D
Text Example
Text Example
White with #D7B73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B73D; }
p { color: rgb(215,183,61); }
H1.HeaderClassName
{
color: #D7B73D;
}
.AnyTagClassName
{
color: #D7B73D;
}
</style>
background-color css
<style>
a { background-color: #D7B73D; }
a { background-color: rgb(215,183,61); }
div.DivClassName
{
background-color: #D7B73D;
}
.BgClassName
{
background-color: #D7B73D;
}
</style>
border-color css
<style>
span { border-color: #D7B73D; }
span { border-color: rgb(215,183,61); }
td.TdClassName
{
border-color: #D7B73D;
}
.TagClassName
{
border-color: #D7B73D;
}
</style>