Shades of Dark Goldenrod #B57D0E
Tints of Dark Goldenrod #B57D0E
RGB
CMYK
RGB Variations
Color information
#B57D0E (or 0xB57D0E) is known color: Dark Goldenrod. HEX triplet: B5, 7D and 0E. RGB value is (181,125,14). Sum of RGB (Red+Green+Blue) = 181+125+14=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57D0E is #4A82F1. Grayscale: #818181. Windows color (decimal): -4883186 or 949685. OLE color: 949685.
HSL color Cylindrical-coordinate representation of color #B57D0E: hue angle of 39.88º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B57D0E is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 125 | 14 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.29 |
| HSL | 39.88º | 0.86% | 0.38% | - |
| HSV(B) | 39.88º | 0.92% | 0.71% | - |
| XYZ | 26.47 | 24.52 | 3.75 | - |
| YUV | 129.09 | 63.05 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 14 | 0 | 0.31 | 0.92 | 0.29 | 39.88 | 0.86 | 0.38 |
| Hex | B5 | 7D | E | 0 | 1F | 5C | 1D | 28 | 56 | 26 |
| Octal | 265 | 175 | 16 | 0 | 37 | 134 | 35 | 50 | 126 | 46 |
| Binary | 10110101 | 1111101 | 1110 | 0 | 11111 | 1011100 | 11101 | 101000 | 1010110 | 100110 |
Color Harmonies of #B57D0E
Complementary color
Monochromatic Colors of #B57D0E
Black with #B57D0E
Text Example
Text Example
White with #B57D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57D0E; }
p { color: rgb(181,125,14); }
H1.HeaderClassName
{
color: #B57D0E;
}
.AnyTagClassName
{
color: #B57D0E;
}
</style>
background-color css
<style>
a { background-color: #B57D0E; }
a { background-color: rgb(181,125,14); }
div.DivClassName
{
background-color: #B57D0E;
}
.BgClassName
{
background-color: #B57D0E;
}
</style>
border-color css
<style>
span { border-color: #B57D0E; }
span { border-color: rgb(181,125,14); }
td.TdClassName
{
border-color: #B57D0E;
}
.TagClassName
{
border-color: #B57D0E;
}
</style>