Shades of Dark Goldenrod #BD6F03
Tints of Dark Goldenrod #BD6F03
RGB
CMYK
RGB Variations
Color information
#BD6F03 (or 0xBD6F03) is known color: Dark Goldenrod. HEX triplet: BD, 6F and 03. RGB value is (189,111,3). Sum of RGB (Red+Green+Blue) = 189+111+3=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6F03 is #4290FC. Grayscale: #7A7A7A. Windows color (decimal): -4362493 or 225213. OLE color: 225213.
HSL color Cylindrical-coordinate representation of color #BD6F03: hue angle of 34.84º 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 #BD6F03 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 111 | 3 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.26 |
| HSL | 34.84º | 0.97% | 0.38% | - |
| HSV(B) | 34.84º | 0.98% | 0.74% | - |
| XYZ | 26.69 | 22.19 | 2.96 | - |
| YUV | 122.01 | 60.84 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 111 | 3 | 0 | 0.41 | 0.98 | 0.26 | 34.84 | 0.97 | 0.38 |
| Hex | BD | 6F | 3 | 0 | 29 | 62 | 1A | 23 | 61 | 26 |
| Octal | 275 | 157 | 3 | 0 | 51 | 142 | 32 | 43 | 141 | 46 |
| Binary | 10111101 | 1101111 | 11 | 0 | 101001 | 1100010 | 11010 | 100011 | 1100001 | 100110 |
Color Harmonies of #BD6F03
Complementary color
Monochromatic Colors of #BD6F03
Black with #BD6F03
Text Example
Text Example
White with #BD6F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6F03; }
p { color: rgb(189,111,3); }
H1.HeaderClassName
{
color: #BD6F03;
}
.AnyTagClassName
{
color: #BD6F03;
}
</style>
background-color css
<style>
a { background-color: #BD6F03; }
a { background-color: rgb(189,111,3); }
div.DivClassName
{
background-color: #BD6F03;
}
.BgClassName
{
background-color: #BD6F03;
}
</style>
border-color css
<style>
span { border-color: #BD6F03; }
span { border-color: rgb(189,111,3); }
td.TdClassName
{
border-color: #BD6F03;
}
.TagClassName
{
border-color: #BD6F03;
}
</style>