Shades of Dark Goldenrod #B07603
Tints of Dark Goldenrod #B07603
RGB
CMYK
RGB Variations
Color information
#B07603 (or 0xB07603) is known color: Dark Goldenrod. HEX triplet: B0, 76 and 03. RGB value is (176,118,3). Sum of RGB (Red+Green+Blue) = 176+118+3=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 3 (1.56% from 255 or 1.01% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B07603 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07603 is #4F89FC. Grayscale: #7A7A7A. Windows color (decimal): -5212669 or 226992. OLE color: 226992.
HSL color Cylindrical-coordinate representation of color #B07603: hue angle of 39.88º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B07603 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 118 | 3 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.31 |
| HSL | 39.88º | 0.97% | 0.35% | - |
| HSV(B) | 39.88º | 0.98% | 0.69% | - |
| XYZ | 24.4 | 22.19 | 3.08 | - |
| YUV | 122.23 | 60.72 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 118 | 3 | 0 | 0.33 | 0.98 | 0.31 | 39.88 | 0.97 | 0.35 |
| Hex | B0 | 76 | 3 | 0 | 21 | 62 | 1F | 28 | 61 | 23 |
| Octal | 260 | 166 | 3 | 0 | 41 | 142 | 37 | 50 | 141 | 43 |
| Binary | 10110000 | 1110110 | 11 | 0 | 100001 | 1100010 | 11111 | 101000 | 1100001 | 100011 |
Color Harmonies of #B07603
Complementary color
Monochromatic Colors of #B07603
Black with #B07603
Text Example
Text Example
White with #B07603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07603; }
p { color: rgb(176,118,3); }
H1.HeaderClassName
{
color: #B07603;
}
.AnyTagClassName
{
color: #B07603;
}
</style>
background-color css
<style>
a { background-color: #B07603; }
a { background-color: rgb(176,118,3); }
div.DivClassName
{
background-color: #B07603;
}
.BgClassName
{
background-color: #B07603;
}
</style>
border-color css
<style>
span { border-color: #B07603; }
span { border-color: rgb(176,118,3); }
td.TdClassName
{
border-color: #B07603;
}
.TagClassName
{
border-color: #B07603;
}
</style>