Shades of Dark Goldenrod #BD880D
Tints of Dark Goldenrod #BD880D
RGB
CMYK
RGB Variations
Color information
#BD880D (or 0xBD880D) is known color: Dark Goldenrod. HEX triplet: BD, 88 and 0D. RGB value is (189,136,13). Sum of RGB (Red+Green+Blue) = 189+136+13=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD880D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD880D is #4277F2. Grayscale: #8A8A8A. Windows color (decimal): -4356083 or 886973. OLE color: 886973.
HSL color Cylindrical-coordinate representation of color #BD880D: hue angle of 41.93º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD880D is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 136 | 13 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.26 |
| HSL | 41.93º | 0.87% | 0.4% | - |
| HSV(B) | 41.93º | 0.93% | 0.74% | - |
| XYZ | 29.86 | 28.46 | 4.3 | - |
| YUV | 137.83 | 57.56 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 13 | 0 | 0.28 | 0.93 | 0.26 | 41.93 | 0.87 | 0.4 |
| Hex | BD | 88 | D | 0 | 1C | 5D | 1A | 2A | 57 | 28 |
| Octal | 275 | 210 | 15 | 0 | 34 | 135 | 32 | 52 | 127 | 50 |
| Binary | 10111101 | 10001000 | 1101 | 0 | 11100 | 1011101 | 11010 | 101010 | 1010111 | 101000 |
Color Harmonies of #BD880D
Complementary color
Monochromatic Colors of #BD880D
Black with #BD880D
Text Example
Text Example
White with #BD880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD880D; }
p { color: rgb(189,136,13); }
H1.HeaderClassName
{
color: #BD880D;
}
.AnyTagClassName
{
color: #BD880D;
}
</style>
background-color css
<style>
a { background-color: #BD880D; }
a { background-color: rgb(189,136,13); }
div.DivClassName
{
background-color: #BD880D;
}
.BgClassName
{
background-color: #BD880D;
}
</style>
border-color css
<style>
span { border-color: #BD880D; }
span { border-color: rgb(189,136,13); }
td.TdClassName
{
border-color: #BD880D;
}
.TagClassName
{
border-color: #BD880D;
}
</style>