Shades of Dark Goldenrod #BD720D
Tints of Dark Goldenrod #BD720D
RGB
CMYK
RGB Variations
Color information
#BD720D (or 0xBD720D) is known color: Dark Goldenrod. HEX triplet: BD, 72 and 0D. RGB value is (189,114,13). Sum of RGB (Red+Green+Blue) = 189+114+13=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD720D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD720D is #428DF2. Grayscale: #7D7D7D. Windows color (decimal): -4361715 or 881341. OLE color: 881341.
HSL color Cylindrical-coordinate representation of color #BD720D: hue angle of 34.43º 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 #BD720D is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 114 | 13 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.26 |
| HSL | 34.43º | 0.87% | 0.4% | - |
| HSV(B) | 34.43º | 0.93% | 0.74% | - |
| XYZ | 27.08 | 22.88 | 3.37 | - |
| YUV | 124.91 | 64.85 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 114 | 13 | 0 | 0.40 | 0.93 | 0.26 | 34.43 | 0.87 | 0.4 |
| Hex | BD | 72 | D | 0 | 28 | 5D | 1A | 22 | 57 | 28 |
| Octal | 275 | 162 | 15 | 0 | 50 | 135 | 32 | 42 | 127 | 50 |
| Binary | 10111101 | 1110010 | 1101 | 0 | 101000 | 1011101 | 11010 | 100010 | 1010111 | 101000 |
Color Harmonies of #BD720D
Complementary color
Monochromatic Colors of #BD720D
Black with #BD720D
Text Example
Text Example
White with #BD720D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD720D; }
p { color: rgb(189,114,13); }
H1.HeaderClassName
{
color: #BD720D;
}
.AnyTagClassName
{
color: #BD720D;
}
</style>
background-color css
<style>
a { background-color: #BD720D; }
a { background-color: rgb(189,114,13); }
div.DivClassName
{
background-color: #BD720D;
}
.BgClassName
{
background-color: #BD720D;
}
</style>
border-color css
<style>
span { border-color: #BD720D; }
span { border-color: rgb(189,114,13); }
td.TdClassName
{
border-color: #BD720D;
}
.TagClassName
{
border-color: #BD720D;
}
</style>