Shades of Dark Goldenrod #B77503
Tints of Dark Goldenrod #B77503
RGB
CMYK
RGB Variations
Color information
#B77503 (or 0xB77503) is known color: Dark Goldenrod. HEX triplet: B7, 75 and 03. RGB value is (183,117,3). Sum of RGB (Red+Green+Blue) = 183+117+3=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B77503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77503 is #488AFC. Grayscale: #7C7C7C. Windows color (decimal): -4754173 or 226743. OLE color: 226743.
HSL color Cylindrical-coordinate representation of color #B77503: hue angle of 38º 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 #B77503 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 117 | 3 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.28 |
| HSL | 38º | 0.97% | 0.36% | - |
| HSV(B) | 38º | 0.98% | 0.72% | - |
| XYZ | 25.91 | 22.8 | 3.12 | - |
| YUV | 123.74 | 59.87 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 3 | 0 | 0.36 | 0.98 | 0.28 | 38 | 0.97 | 0.36 |
| Hex | B7 | 75 | 3 | 0 | 24 | 62 | 1C | 26 | 61 | 24 |
| Octal | 267 | 165 | 3 | 0 | 44 | 142 | 34 | 46 | 141 | 44 |
| Binary | 10110111 | 1110101 | 11 | 0 | 100100 | 1100010 | 11100 | 100110 | 1100001 | 100100 |
Color Harmonies of #B77503
Complementary color
Monochromatic Colors of #B77503
Black with #B77503
Text Example
Text Example
White with #B77503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77503; }
p { color: rgb(183,117,3); }
H1.HeaderClassName
{
color: #B77503;
}
.AnyTagClassName
{
color: #B77503;
}
</style>
background-color css
<style>
a { background-color: #B77503; }
a { background-color: rgb(183,117,3); }
div.DivClassName
{
background-color: #B77503;
}
.BgClassName
{
background-color: #B77503;
}
</style>
border-color css
<style>
span { border-color: #B77503; }
span { border-color: rgb(183,117,3); }
td.TdClassName
{
border-color: #B77503;
}
.TagClassName
{
border-color: #B77503;
}
</style>