Shades of Dark Goldenrod #B4800D
Tints of Dark Goldenrod #B4800D
RGB
CMYK
RGB Variations
Color information
#B4800D (or 0xB4800D) is known color: Dark Goldenrod. HEX triplet: B4, 80 and 0D. RGB value is (180,128,13). Sum of RGB (Red+Green+Blue) = 180+128+13=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B4800D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4800D is #4B7FF2. Grayscale: #828282. Windows color (decimal): -4947955 or 884916. OLE color: 884916.
HSL color Cylindrical-coordinate representation of color #B4800D: hue angle of 41.32º 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 #B4800D is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 128 | 13 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.29 |
| HSL | 41.32º | 0.87% | 0.38% | - |
| HSV(B) | 41.32º | 0.93% | 0.71% | - |
| XYZ | 26.61 | 25.17 | 3.84 | - |
| YUV | 130.44 | 61.73 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 128 | 13 | 0 | 0.29 | 0.93 | 0.29 | 41.32 | 0.87 | 0.38 |
| Hex | B4 | 80 | D | 0 | 1D | 5D | 1D | 29 | 57 | 26 |
| Octal | 264 | 200 | 15 | 0 | 35 | 135 | 35 | 51 | 127 | 46 |
| Binary | 10110100 | 10000000 | 1101 | 0 | 11101 | 1011101 | 11101 | 101001 | 1010111 | 100110 |
Color Harmonies of #B4800D
Complementary color
Monochromatic Colors of #B4800D
Black with #B4800D
Text Example
Text Example
White with #B4800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4800D; }
p { color: rgb(180,128,13); }
H1.HeaderClassName
{
color: #B4800D;
}
.AnyTagClassName
{
color: #B4800D;
}
</style>
background-color css
<style>
a { background-color: #B4800D; }
a { background-color: rgb(180,128,13); }
div.DivClassName
{
background-color: #B4800D;
}
.BgClassName
{
background-color: #B4800D;
}
</style>
border-color css
<style>
span { border-color: #B4800D; }
span { border-color: rgb(180,128,13); }
td.TdClassName
{
border-color: #B4800D;
}
.TagClassName
{
border-color: #B4800D;
}
</style>