Shades of Dark Goldenrod #B68D0D
Tints of Dark Goldenrod #B68D0D
RGB
CMYK
RGB Variations
Color information
#B68D0D (or 0xB68D0D) is known color: Dark Goldenrod. HEX triplet: B6, 8D and 0D. RGB value is (182,141,13). Sum of RGB (Red+Green+Blue) = 182+141+13=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68D0D is #4972F2. Grayscale: #8B8B8B. Windows color (decimal): -4813555 or 888246. OLE color: 888246.
HSL color Cylindrical-coordinate representation of color #B68D0D: hue angle of 45.44º 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 #B68D0D is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 141 | 13 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.29 |
| HSL | 45.44º | 0.87% | 0.38% | - |
| HSV(B) | 45.44º | 0.93% | 0.71% | - |
| XYZ | 28.89 | 29.02 | 4.46 | - |
| YUV | 138.67 | 57.08 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 141 | 13 | 0 | 0.23 | 0.93 | 0.29 | 45.44 | 0.87 | 0.38 |
| Hex | B6 | 8D | D | 0 | 17 | 5D | 1D | 2D | 57 | 26 |
| Octal | 266 | 215 | 15 | 0 | 27 | 135 | 35 | 55 | 127 | 46 |
| Binary | 10110110 | 10001101 | 1101 | 0 | 10111 | 1011101 | 11101 | 101101 | 1010111 | 100110 |
Color Harmonies of #B68D0D
Complementary color
Monochromatic Colors of #B68D0D
Black with #B68D0D
Text Example
Text Example
White with #B68D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68D0D; }
p { color: rgb(182,141,13); }
H1.HeaderClassName
{
color: #B68D0D;
}
.AnyTagClassName
{
color: #B68D0D;
}
</style>
background-color css
<style>
a { background-color: #B68D0D; }
a { background-color: rgb(182,141,13); }
div.DivClassName
{
background-color: #B68D0D;
}
.BgClassName
{
background-color: #B68D0D;
}
</style>
border-color css
<style>
span { border-color: #B68D0D; }
span { border-color: rgb(182,141,13); }
td.TdClassName
{
border-color: #B68D0D;
}
.TagClassName
{
border-color: #B68D0D;
}
</style>