Shades of Dark Goldenrod #B18014
Tints of Dark Goldenrod #B18014
RGB
CMYK
RGB Variations
Color information
#B18014 (or 0xB18014) is known color: Dark Goldenrod. HEX triplet: B1, 80 and 14. RGB value is (177,128,20). Sum of RGB (Red+Green+Blue) = 177+128+20=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B18014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18014 is #4E7FEB. Grayscale: #828282. Windows color (decimal): -5144556 or 1343665. OLE color: 1343665.
HSL color Cylindrical-coordinate representation of color #B18014: hue angle of 41.27º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B18014 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 128 | 20 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.31 |
| HSL | 41.27º | 0.8% | 0.39% | - |
| HSV(B) | 41.27º | 0.89% | 0.69% | - |
| XYZ | 25.98 | 24.84 | 4.09 | - |
| YUV | 130.34 | 65.73 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 128 | 20 | 0 | 0.28 | 0.89 | 0.31 | 41.27 | 0.8 | 0.39 |
| Hex | B1 | 80 | 14 | 0 | 1C | 59 | 1F | 29 | 50 | 27 |
| Octal | 261 | 200 | 24 | 0 | 34 | 131 | 37 | 51 | 120 | 47 |
| Binary | 10110001 | 10000000 | 10100 | 0 | 11100 | 1011001 | 11111 | 101001 | 1010000 | 100111 |
Color Harmonies of #B18014
Complementary color
Monochromatic Colors of #B18014
Black with #B18014
Text Example
Text Example
White with #B18014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18014; }
p { color: rgb(177,128,20); }
H1.HeaderClassName
{
color: #B18014;
}
.AnyTagClassName
{
color: #B18014;
}
</style>
background-color css
<style>
a { background-color: #B18014; }
a { background-color: rgb(177,128,20); }
div.DivClassName
{
background-color: #B18014;
}
.BgClassName
{
background-color: #B18014;
}
</style>
border-color css
<style>
span { border-color: #B18014; }
span { border-color: rgb(177,128,20); }
td.TdClassName
{
border-color: #B18014;
}
.TagClassName
{
border-color: #B18014;
}
</style>