Shades of Dark Goldenrod #B5810D
Tints of Dark Goldenrod #B5810D
RGB
CMYK
RGB Variations
Color information
#B5810D (or 0xB5810D) is known color: Dark Goldenrod. HEX triplet: B5, 81 and 0D. RGB value is (181,129,13). Sum of RGB (Red+Green+Blue) = 181+129+13=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B5810D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5810D is #4A7EF2. Grayscale: #838383. Windows color (decimal): -4882163 or 885173. OLE color: 885173.
HSL color Cylindrical-coordinate representation of color #B5810D: hue angle of 41.43º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5810D is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 129 | 13 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.29 |
| HSL | 41.43º | 0.87% | 0.38% | - |
| HSV(B) | 41.43º | 0.93% | 0.71% | - |
| XYZ | 26.98 | 25.55 | 3.89 | - |
| YUV | 131.32 | 61.23 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 129 | 13 | 0 | 0.29 | 0.93 | 0.29 | 41.43 | 0.87 | 0.38 |
| Hex | B5 | 81 | D | 0 | 1D | 5D | 1D | 29 | 57 | 26 |
| Octal | 265 | 201 | 15 | 0 | 35 | 135 | 35 | 51 | 127 | 46 |
| Binary | 10110101 | 10000001 | 1101 | 0 | 11101 | 1011101 | 11101 | 101001 | 1010111 | 100110 |
Color Harmonies of #B5810D
Complementary color
Monochromatic Colors of #B5810D
Black with #B5810D
Text Example
Text Example
White with #B5810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5810D; }
p { color: rgb(181,129,13); }
H1.HeaderClassName
{
color: #B5810D;
}
.AnyTagClassName
{
color: #B5810D;
}
</style>
background-color css
<style>
a { background-color: #B5810D; }
a { background-color: rgb(181,129,13); }
div.DivClassName
{
background-color: #B5810D;
}
.BgClassName
{
background-color: #B5810D;
}
</style>
border-color css
<style>
span { border-color: #B5810D; }
span { border-color: rgb(181,129,13); }
td.TdClassName
{
border-color: #B5810D;
}
.TagClassName
{
border-color: #B5810D;
}
</style>