Shades of Dark Goldenrod #B7810D
Tints of Dark Goldenrod #B7810D
RGB
CMYK
RGB Variations
Color information
#B7810D (or 0xB7810D) is known color: Dark Goldenrod. HEX triplet: B7, 81 and 0D. RGB value is (183,129,13). Sum of RGB (Red+Green+Blue) = 183+129+13=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B7810D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7810D is #487EF2. Grayscale: #848484. Windows color (decimal): -4751091 or 885175. OLE color: 885175.
HSL color Cylindrical-coordinate representation of color #B7810D: hue angle of 40.94º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7810D is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 129 | 13 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.28 |
| HSL | 40.94º | 0.87% | 0.38% | - |
| HSV(B) | 40.94º | 0.93% | 0.72% | - |
| XYZ | 27.45 | 25.8 | 3.91 | - |
| YUV | 131.92 | 60.89 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 129 | 13 | 0 | 0.30 | 0.93 | 0.28 | 40.94 | 0.87 | 0.38 |
| Hex | B7 | 81 | D | 0 | 1E | 5D | 1C | 29 | 57 | 26 |
| Octal | 267 | 201 | 15 | 0 | 36 | 135 | 34 | 51 | 127 | 46 |
| Binary | 10110111 | 10000001 | 1101 | 0 | 11110 | 1011101 | 11100 | 101001 | 1010111 | 100110 |
Color Harmonies of #B7810D
Complementary color
Monochromatic Colors of #B7810D
Black with #B7810D
Text Example
Text Example
White with #B7810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7810D; }
p { color: rgb(183,129,13); }
H1.HeaderClassName
{
color: #B7810D;
}
.AnyTagClassName
{
color: #B7810D;
}
</style>
background-color css
<style>
a { background-color: #B7810D; }
a { background-color: rgb(183,129,13); }
div.DivClassName
{
background-color: #B7810D;
}
.BgClassName
{
background-color: #B7810D;
}
</style>
border-color css
<style>
span { border-color: #B7810D; }
span { border-color: rgb(183,129,13); }
td.TdClassName
{
border-color: #B7810D;
}
.TagClassName
{
border-color: #B7810D;
}
</style>