Shades of Dark Goldenrod #B4900D
Tints of Dark Goldenrod #B4900D
RGB
CMYK
RGB Variations
Color information
#B4900D (or 0xB4900D) is known color: Dark Goldenrod. HEX triplet: B4, 90 and 0D. RGB value is (180,144,13). Sum of RGB (Red+Green+Blue) = 180+144+13=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B4900D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4900D is #4B6FF2. Grayscale: #8C8C8C. Windows color (decimal): -4943859 or 889012. OLE color: 889012.
HSL color Cylindrical-coordinate representation of color #B4900D: hue angle of 47.07º 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 #B4900D is Cyan = 0, Magento = 0.2, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 13 | - |
| CMYK | 0 | 0.2 | 0.93 | 0.29 |
| HSL | 47.07º | 0.87% | 0.38% | - |
| HSV(B) | 47.07º | 0.93% | 0.71% | - |
| XYZ | 28.87 | 29.68 | 4.59 | - |
| YUV | 139.83 | 56.43 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 13 | 0 | 0.2 | 0.93 | 0.29 | 47.07 | 0.87 | 0.38 |
| Hex | B4 | 90 | D | 0 | 14 | 5D | 1D | 2F | 57 | 26 |
| Octal | 264 | 220 | 15 | 0 | 24 | 135 | 35 | 57 | 127 | 46 |
| Binary | 10110100 | 10010000 | 1101 | 0 | 10100 | 1011101 | 11101 | 101111 | 1010111 | 100110 |
Color Harmonies of #B4900D
Complementary color
Monochromatic Colors of #B4900D
Black with #B4900D
Text Example
Text Example
White with #B4900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4900D; }
p { color: rgb(180,144,13); }
H1.HeaderClassName
{
color: #B4900D;
}
.AnyTagClassName
{
color: #B4900D;
}
</style>
background-color css
<style>
a { background-color: #B4900D; }
a { background-color: rgb(180,144,13); }
div.DivClassName
{
background-color: #B4900D;
}
.BgClassName
{
background-color: #B4900D;
}
</style>
border-color css
<style>
span { border-color: #B4900D; }
span { border-color: rgb(180,144,13); }
td.TdClassName
{
border-color: #B4900D;
}
.TagClassName
{
border-color: #B4900D;
}
</style>