Shades of Dark Goldenrod #B28014
Tints of Dark Goldenrod #B28014
RGB
CMYK
RGB Variations
Color information
#B28014 (or 0xB28014) is known color: Dark Goldenrod. HEX triplet: B2, 80 and 14. RGB value is (178,128,20). Sum of RGB (Red+Green+Blue) = 178+128+20=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B28014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28014 is #4D7FEB. Grayscale: #838383. Windows color (decimal): -5079020 or 1343666. OLE color: 1343666.
HSL color Cylindrical-coordinate representation of color #B28014: hue angle of 41.01º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B28014 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 128 | 20 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.30 |
| HSL | 41.01º | 0.8% | 0.39% | - |
| HSV(B) | 41.01º | 0.89% | 0.7% | - |
| XYZ | 26.21 | 24.95 | 4.1 | - |
| YUV | 130.64 | 65.57 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 128 | 20 | 0 | 0.28 | 0.89 | 0.30 | 41.01 | 0.8 | 0.39 |
| Hex | B2 | 80 | 14 | 0 | 1C | 59 | 1E | 29 | 50 | 27 |
| Octal | 262 | 200 | 24 | 0 | 34 | 131 | 36 | 51 | 120 | 47 |
| Binary | 10110010 | 10000000 | 10100 | 0 | 11100 | 1011001 | 11110 | 101001 | 1010000 | 100111 |
Color Harmonies of #B28014
Complementary color
Monochromatic Colors of #B28014
Black with #B28014
Text Example
Text Example
White with #B28014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28014; }
p { color: rgb(178,128,20); }
H1.HeaderClassName
{
color: #B28014;
}
.AnyTagClassName
{
color: #B28014;
}
</style>
background-color css
<style>
a { background-color: #B28014; }
a { background-color: rgb(178,128,20); }
div.DivClassName
{
background-color: #B28014;
}
.BgClassName
{
background-color: #B28014;
}
</style>
border-color css
<style>
span { border-color: #B28014; }
span { border-color: rgb(178,128,20); }
td.TdClassName
{
border-color: #B28014;
}
.TagClassName
{
border-color: #B28014;
}
</style>