Shades of Dark Goldenrod #B5900D
Tints of Dark Goldenrod #B5900D
RGB
CMYK
RGB Variations
Color information
#B5900D (or 0xB5900D) is known color: Dark Goldenrod. HEX triplet: B5, 90 and 0D. RGB value is (181,144,13). Sum of RGB (Red+Green+Blue) = 181+144+13=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B5900D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5900D is #4A6FF2. Grayscale: #8C8C8C. Windows color (decimal): -4878323 or 889013. OLE color: 889013.
HSL color Cylindrical-coordinate representation of color #B5900D: hue angle of 46.79º 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 #B5900D is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 144 | 13 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.29 |
| HSL | 46.79º | 0.87% | 0.38% | - |
| HSV(B) | 46.79º | 0.93% | 0.71% | - |
| XYZ | 29.1 | 29.8 | 4.6 | - |
| YUV | 140.13 | 56.26 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 144 | 13 | 0 | 0.20 | 0.93 | 0.29 | 46.79 | 0.87 | 0.38 |
| Hex | B5 | 90 | D | 0 | 14 | 5D | 1D | 2F | 57 | 26 |
| Octal | 265 | 220 | 15 | 0 | 24 | 135 | 35 | 57 | 127 | 46 |
| Binary | 10110101 | 10010000 | 1101 | 0 | 10100 | 1011101 | 11101 | 101111 | 1010111 | 100110 |
Color Harmonies of #B5900D
Complementary color
Monochromatic Colors of #B5900D
Black with #B5900D
Text Example
Text Example
White with #B5900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5900D; }
p { color: rgb(181,144,13); }
H1.HeaderClassName
{
color: #B5900D;
}
.AnyTagClassName
{
color: #B5900D;
}
</style>
background-color css
<style>
a { background-color: #B5900D; }
a { background-color: rgb(181,144,13); }
div.DivClassName
{
background-color: #B5900D;
}
.BgClassName
{
background-color: #B5900D;
}
</style>
border-color css
<style>
span { border-color: #B5900D; }
span { border-color: rgb(181,144,13); }
td.TdClassName
{
border-color: #B5900D;
}
.TagClassName
{
border-color: #B5900D;
}
</style>