Shades of Dark Goldenrod #BD8013
Tints of Dark Goldenrod #BD8013
RGB
CMYK
RGB Variations
Color information
#BD8013 (or 0xBD8013) is known color: Dark Goldenrod. HEX triplet: BD, 80 and 13. RGB value is (189,128,19). Sum of RGB (Red+Green+Blue) = 189+128+19=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8013 is #427FEC. Grayscale: #868686. Windows color (decimal): -4358125 or 1278141. OLE color: 1278141.
HSL color Cylindrical-coordinate representation of color #BD8013: hue angle of 38.47º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD8013 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 19 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.26 |
| HSL | 38.47º | 0.82% | 0.41% | - |
| HSV(B) | 38.47º | 0.9% | 0.74% | - |
| XYZ | 28.82 | 26.3 | 4.17 | - |
| YUV | 133.81 | 63.21 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 19 | 0 | 0.32 | 0.90 | 0.26 | 38.47 | 0.82 | 0.41 |
| Hex | BD | 80 | 13 | 0 | 20 | 5A | 1A | 26 | 52 | 29 |
| Octal | 275 | 200 | 23 | 0 | 40 | 132 | 32 | 46 | 122 | 51 |
| Binary | 10111101 | 10000000 | 10011 | 0 | 100000 | 1011010 | 11010 | 100110 | 1010010 | 101001 |
Color Harmonies of #BD8013
Complementary color
Monochromatic Colors of #BD8013
Black with #BD8013
Text Example
Text Example
White with #BD8013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8013; }
p { color: rgb(189,128,19); }
H1.HeaderClassName
{
color: #BD8013;
}
.AnyTagClassName
{
color: #BD8013;
}
</style>
background-color css
<style>
a { background-color: #BD8013; }
a { background-color: rgb(189,128,19); }
div.DivClassName
{
background-color: #BD8013;
}
.BgClassName
{
background-color: #BD8013;
}
</style>
border-color css
<style>
span { border-color: #BD8013; }
span { border-color: rgb(189,128,19); }
td.TdClassName
{
border-color: #BD8013;
}
.TagClassName
{
border-color: #BD8013;
}
</style>