Shades of Dark Goldenrod #BD6D05
Tints of Dark Goldenrod #BD6D05
RGB
CMYK
RGB Variations
Color information
#BD6D05 (or 0xBD6D05) is known color: Dark Goldenrod. HEX triplet: BD, 6D and 05. RGB value is (189,109,5). Sum of RGB (Red+Green+Blue) = 189+109+5=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6D05 is #4292FA. Grayscale: #797979. Windows color (decimal): -4363003 or 355773. OLE color: 355773.
HSL color Cylindrical-coordinate representation of color #BD6D05: hue angle of 33.91º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD6D05 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 109 | 5 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.26 |
| HSL | 33.91º | 0.95% | 0.38% | - |
| HSV(B) | 33.91º | 0.97% | 0.74% | - |
| XYZ | 26.48 | 21.77 | 2.95 | - |
| YUV | 121.06 | 62.5 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 109 | 5 | 0 | 0.42 | 0.97 | 0.26 | 33.91 | 0.95 | 0.38 |
| Hex | BD | 6D | 5 | 0 | 2A | 61 | 1A | 22 | 5F | 26 |
| Octal | 275 | 155 | 5 | 0 | 52 | 141 | 32 | 42 | 137 | 46 |
| Binary | 10111101 | 1101101 | 101 | 0 | 101010 | 1100001 | 11010 | 100010 | 1011111 | 100110 |
Color Harmonies of #BD6D05
Complementary color
Monochromatic Colors of #BD6D05
Black with #BD6D05
Text Example
Text Example
White with #BD6D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6D05; }
p { color: rgb(189,109,5); }
H1.HeaderClassName
{
color: #BD6D05;
}
.AnyTagClassName
{
color: #BD6D05;
}
</style>
background-color css
<style>
a { background-color: #BD6D05; }
a { background-color: rgb(189,109,5); }
div.DivClassName
{
background-color: #BD6D05;
}
.BgClassName
{
background-color: #BD6D05;
}
</style>
border-color css
<style>
span { border-color: #BD6D05; }
span { border-color: rgb(189,109,5); }
td.TdClassName
{
border-color: #BD6D05;
}
.TagClassName
{
border-color: #BD6D05;
}
</style>