Shades of Dark Goldenrod #B76D03
Tints of Dark Goldenrod #B76D03
RGB
CMYK
RGB Variations
Color information
#B76D03 (or 0xB76D03) is known color: Dark Goldenrod. HEX triplet: B7, 6D and 03. RGB value is (183,109,3). Sum of RGB (Red+Green+Blue) = 183+109+3=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76D03 is #4892FC. Grayscale: #777777. Windows color (decimal): -4756221 or 224695. OLE color: 224695.
HSL color Cylindrical-coordinate representation of color #B76D03: hue angle of 35.33º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B76D03 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 3 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.28 |
| HSL | 35.33º | 0.97% | 0.36% | - |
| HSV(B) | 35.33º | 0.98% | 0.72% | - |
| XYZ | 25.01 | 21.01 | 2.82 | - |
| YUV | 119.04 | 62.52 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 3 | 0 | 0.40 | 0.98 | 0.28 | 35.33 | 0.97 | 0.36 |
| Hex | B7 | 6D | 3 | 0 | 28 | 62 | 1C | 23 | 61 | 24 |
| Octal | 267 | 155 | 3 | 0 | 50 | 142 | 34 | 43 | 141 | 44 |
| Binary | 10110111 | 1101101 | 11 | 0 | 101000 | 1100010 | 11100 | 100011 | 1100001 | 100100 |
Color Harmonies of #B76D03
Complementary color
Monochromatic Colors of #B76D03
Black with #B76D03
Text Example
Text Example
White with #B76D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76D03; }
p { color: rgb(183,109,3); }
H1.HeaderClassName
{
color: #B76D03;
}
.AnyTagClassName
{
color: #B76D03;
}
</style>
background-color css
<style>
a { background-color: #B76D03; }
a { background-color: rgb(183,109,3); }
div.DivClassName
{
background-color: #B76D03;
}
.BgClassName
{
background-color: #B76D03;
}
</style>
border-color css
<style>
span { border-color: #B76D03; }
span { border-color: rgb(183,109,3); }
td.TdClassName
{
border-color: #B76D03;
}
.TagClassName
{
border-color: #B76D03;
}
</style>