Shades of Dark Goldenrod #BD7103
Tints of Dark Goldenrod #BD7103
RGB
CMYK
RGB Variations
Color information
#BD7103 (or 0xBD7103) is known color: Dark Goldenrod. HEX triplet: BD, 71 and 03. RGB value is (189,113,3). Sum of RGB (Red+Green+Blue) = 189+113+3=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 3 (1.56% from 255 or 0.98% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7103 is #428EFC. Grayscale: #7B7B7B. Windows color (decimal): -4361981 or 225725. OLE color: 225725.
HSL color Cylindrical-coordinate representation of color #BD7103: hue angle of 35.48º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD7103 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 3 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.26 |
| HSL | 35.48º | 0.97% | 0.38% | - |
| HSV(B) | 35.48º | 0.98% | 0.74% | - |
| XYZ | 26.91 | 22.64 | 3.04 | - |
| YUV | 123.18 | 60.18 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 3 | 0 | 0.40 | 0.98 | 0.26 | 35.48 | 0.97 | 0.38 |
| Hex | BD | 71 | 3 | 0 | 28 | 62 | 1A | 23 | 61 | 26 |
| Octal | 275 | 161 | 3 | 0 | 50 | 142 | 32 | 43 | 141 | 46 |
| Binary | 10111101 | 1110001 | 11 | 0 | 101000 | 1100010 | 11010 | 100011 | 1100001 | 100110 |
Color Harmonies of #BD7103
Complementary color
Monochromatic Colors of #BD7103
Black with #BD7103
Text Example
Text Example
White with #BD7103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7103; }
p { color: rgb(189,113,3); }
H1.HeaderClassName
{
color: #BD7103;
}
.AnyTagClassName
{
color: #BD7103;
}
</style>
background-color css
<style>
a { background-color: #BD7103; }
a { background-color: rgb(189,113,3); }
div.DivClassName
{
background-color: #BD7103;
}
.BgClassName
{
background-color: #BD7103;
}
</style>
border-color css
<style>
span { border-color: #BD7103; }
span { border-color: rgb(189,113,3); }
td.TdClassName
{
border-color: #BD7103;
}
.TagClassName
{
border-color: #BD7103;
}
</style>