Shades of Dark Goldenrod #BD710A
Tints of Dark Goldenrod #BD710A
RGB
CMYK
RGB Variations
Color information
#BD710A (or 0xBD710A) is known color: Dark Goldenrod. HEX triplet: BD, 71 and 0A. RGB value is (189,113,10). Sum of RGB (Red+Green+Blue) = 189+113+10=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 10 (4.30% from 255 or 3.21% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD710A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD710A is #428EF5. Grayscale: #7C7C7C. Windows color (decimal): -4361974 or 684477. OLE color: 684477.
HSL color Cylindrical-coordinate representation of color #BD710A: hue angle of 34.53º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD710A is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 10 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.26 |
| HSL | 34.53º | 0.9% | 0.39% | - |
| HSV(B) | 34.53º | 0.95% | 0.74% | - |
| XYZ | 26.95 | 22.65 | 3.24 | - |
| YUV | 123.98 | 63.68 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 10 | 0 | 0.40 | 0.95 | 0.26 | 34.53 | 0.9 | 0.39 |
| Hex | BD | 71 | A | 0 | 28 | 5F | 1A | 23 | 5A | 27 |
| Octal | 275 | 161 | 12 | 0 | 50 | 137 | 32 | 43 | 132 | 47 |
| Binary | 10111101 | 1110001 | 1010 | 0 | 101000 | 1011111 | 11010 | 100011 | 1011010 | 100111 |
Color Harmonies of #BD710A
Complementary color
Monochromatic Colors of #BD710A
Black with #BD710A
Text Example
Text Example
White with #BD710A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD710A; }
p { color: rgb(189,113,10); }
H1.HeaderClassName
{
color: #BD710A;
}
.AnyTagClassName
{
color: #BD710A;
}
</style>
background-color css
<style>
a { background-color: #BD710A; }
a { background-color: rgb(189,113,10); }
div.DivClassName
{
background-color: #BD710A;
}
.BgClassName
{
background-color: #BD710A;
}
</style>
border-color css
<style>
span { border-color: #BD710A; }
span { border-color: rgb(189,113,10); }
td.TdClassName
{
border-color: #BD710A;
}
.TagClassName
{
border-color: #BD710A;
}
</style>