Shades of Dark Goldenrod #BD720E
Tints of Dark Goldenrod #BD720E
RGB
CMYK
RGB Variations
Color information
#BD720E (or 0xBD720E) is known color: Dark Goldenrod. HEX triplet: BD, 72 and 0E. RGB value is (189,114,14). Sum of RGB (Red+Green+Blue) = 189+114+14=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 14 (5.86% from 255 or 4.42% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD720E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD720E is #428DF1. Grayscale: #7D7D7D. Windows color (decimal): -4361714 or 946877. OLE color: 946877.
HSL color Cylindrical-coordinate representation of color #BD720E: hue angle of 34.29º degrees, saturation: 0.86, 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 #BD720E is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 114 | 14 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.26 |
| HSL | 34.29º | 0.86% | 0.4% | - |
| HSV(B) | 34.29º | 0.93% | 0.74% | - |
| XYZ | 27.08 | 22.89 | 3.41 | - |
| YUV | 125.03 | 65.35 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 114 | 14 | 0 | 0.40 | 0.93 | 0.26 | 34.29 | 0.86 | 0.4 |
| Hex | BD | 72 | E | 0 | 28 | 5D | 1A | 22 | 56 | 28 |
| Octal | 275 | 162 | 16 | 0 | 50 | 135 | 32 | 42 | 126 | 50 |
| Binary | 10111101 | 1110010 | 1110 | 0 | 101000 | 1011101 | 11010 | 100010 | 1010110 | 101000 |
Color Harmonies of #BD720E
Complementary color
Monochromatic Colors of #BD720E
Black with #BD720E
Text Example
Text Example
White with #BD720E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD720E; }
p { color: rgb(189,114,14); }
H1.HeaderClassName
{
color: #BD720E;
}
.AnyTagClassName
{
color: #BD720E;
}
</style>
background-color css
<style>
a { background-color: #BD720E; }
a { background-color: rgb(189,114,14); }
div.DivClassName
{
background-color: #BD720E;
}
.BgClassName
{
background-color: #BD720E;
}
</style>
border-color css
<style>
span { border-color: #BD720E; }
span { border-color: rgb(189,114,14); }
td.TdClassName
{
border-color: #BD720E;
}
.TagClassName
{
border-color: #BD720E;
}
</style>