Shades of Dark Goldenrod #B18D0D
Tints of Dark Goldenrod #B18D0D
RGB
CMYK
RGB Variations
Color information
#B18D0D (or 0xB18D0D) is known color: Dark Goldenrod. HEX triplet: B1, 8D and 0D. RGB value is (177,141,13). Sum of RGB (Red+Green+Blue) = 177+141+13=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 141 (55.47% from 255 or 42.60% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18D0D is #4E72F2. Grayscale: #898989. Windows color (decimal): -5141235 or 888241. OLE color: 888241.
HSL color Cylindrical-coordinate representation of color #B18D0D: hue angle of 46.83º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B18D0D is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 141 | 13 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.31 |
| HSL | 46.83º | 0.86% | 0.37% | - |
| HSV(B) | 46.83º | 0.93% | 0.69% | - |
| XYZ | 27.73 | 28.43 | 4.41 | - |
| YUV | 137.17 | 57.93 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 141 | 13 | 0 | 0.20 | 0.93 | 0.31 | 46.83 | 0.86 | 0.37 |
| Hex | B1 | 8D | D | 0 | 14 | 5D | 1F | 2F | 56 | 25 |
| Octal | 261 | 215 | 15 | 0 | 24 | 135 | 37 | 57 | 126 | 45 |
| Binary | 10110001 | 10001101 | 1101 | 0 | 10100 | 1011101 | 11111 | 101111 | 1010110 | 100101 |
Color Harmonies of #B18D0D
Complementary color
Monochromatic Colors of #B18D0D
Black with #B18D0D
Text Example
Text Example
White with #B18D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18D0D; }
p { color: rgb(177,141,13); }
H1.HeaderClassName
{
color: #B18D0D;
}
.AnyTagClassName
{
color: #B18D0D;
}
</style>
background-color css
<style>
a { background-color: #B18D0D; }
a { background-color: rgb(177,141,13); }
div.DivClassName
{
background-color: #B18D0D;
}
.BgClassName
{
background-color: #B18D0D;
}
</style>
border-color css
<style>
span { border-color: #B18D0D; }
span { border-color: rgb(177,141,13); }
td.TdClassName
{
border-color: #B18D0D;
}
.TagClassName
{
border-color: #B18D0D;
}
</style>