Shades of Dark Goldenrod #B87D01
Tints of Dark Goldenrod #B87D01
RGB
CMYK
RGB Variations
Color information
#B87D01 (or 0xB87D01) is known color: Dark Goldenrod. HEX triplet: B8, 7D and 01. RGB value is (184,125,1). Sum of RGB (Red+Green+Blue) = 184+125+1=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87D01 is #4782FE. Grayscale: #818181. Windows color (decimal): -4686591 or 97720. OLE color: 97720.
HSL color Cylindrical-coordinate representation of color #B87D01: hue angle of 40.66º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B87D01 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 1 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.28 |
| HSL | 40.66º | 0.99% | 0.36% | - |
| HSV(B) | 40.66º | 0.99% | 0.72% | - |
| XYZ | 27.11 | 24.86 | 3.4 | - |
| YUV | 128.51 | 56.05 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 1 | 0 | 0.32 | 0.99 | 0.28 | 40.66 | 0.99 | 0.36 |
| Hex | B8 | 7D | 1 | 0 | 20 | 63 | 1C | 29 | 63 | 24 |
| Octal | 270 | 175 | 1 | 0 | 40 | 143 | 34 | 51 | 143 | 44 |
| Binary | 10111000 | 1111101 | 1 | 0 | 100000 | 1100011 | 11100 | 101001 | 1100011 | 100100 |
Color Harmonies of #B87D01
Complementary color
Monochromatic Colors of #B87D01
Black with #B87D01
Text Example
Text Example
White with #B87D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87D01; }
p { color: rgb(184,125,1); }
H1.HeaderClassName
{
color: #B87D01;
}
.AnyTagClassName
{
color: #B87D01;
}
</style>
background-color css
<style>
a { background-color: #B87D01; }
a { background-color: rgb(184,125,1); }
div.DivClassName
{
background-color: #B87D01;
}
.BgClassName
{
background-color: #B87D01;
}
</style>
border-color css
<style>
span { border-color: #B87D01; }
span { border-color: rgb(184,125,1); }
td.TdClassName
{
border-color: #B87D01;
}
.TagClassName
{
border-color: #B87D01;
}
</style>