Shades of Dark Goldenrod #B97C01
Tints of Dark Goldenrod #B97C01
RGB
CMYK
RGB Variations
Color information
#B97C01 (or 0xB97C01) is known color: Dark Goldenrod. HEX triplet: B9, 7C and 01. RGB value is (185,124,1). Sum of RGB (Red+Green+Blue) = 185+124+1=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97C01 is #4683FE. Grayscale: #808080. Windows color (decimal): -4621311 or 97465. OLE color: 97465.
HSL color Cylindrical-coordinate representation of color #B97C01: hue angle of 40.11º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B97C01 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 124 | 1 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.27 |
| HSL | 40.11º | 0.99% | 0.36% | - |
| HSV(B) | 40.11º | 0.99% | 0.73% | - |
| XYZ | 27.22 | 24.73 | 3.37 | - |
| YUV | 128.22 | 56.21 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 124 | 1 | 0 | 0.33 | 0.99 | 0.27 | 40.11 | 0.99 | 0.36 |
| Hex | B9 | 7C | 1 | 0 | 21 | 63 | 1B | 28 | 63 | 24 |
| Octal | 271 | 174 | 1 | 0 | 41 | 143 | 33 | 50 | 143 | 44 |
| Binary | 10111001 | 1111100 | 1 | 0 | 100001 | 1100011 | 11011 | 101000 | 1100011 | 100100 |
Color Harmonies of #B97C01
Complementary color
Monochromatic Colors of #B97C01
Black with #B97C01
Text Example
Text Example
White with #B97C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97C01; }
p { color: rgb(185,124,1); }
H1.HeaderClassName
{
color: #B97C01;
}
.AnyTagClassName
{
color: #B97C01;
}
</style>
background-color css
<style>
a { background-color: #B97C01; }
a { background-color: rgb(185,124,1); }
div.DivClassName
{
background-color: #B97C01;
}
.BgClassName
{
background-color: #B97C01;
}
</style>
border-color css
<style>
span { border-color: #B97C01; }
span { border-color: rgb(185,124,1); }
td.TdClassName
{
border-color: #B97C01;
}
.TagClassName
{
border-color: #B97C01;
}
</style>