Shades of Dark Goldenrod #BD7308
Tints of Dark Goldenrod #BD7308
RGB
CMYK
RGB Variations
Color information
#BD7308 (or 0xBD7308) is known color: Dark Goldenrod. HEX triplet: BD, 73 and 08. RGB value is (189,115,8). Sum of RGB (Red+Green+Blue) = 189+115+8=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7308 is #428CF7. Grayscale: #7D7D7D. Windows color (decimal): -4361464 or 553917. OLE color: 553917.
HSL color Cylindrical-coordinate representation of color #BD7308: hue angle of 35.47º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD7308 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 115 | 8 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.26 |
| HSL | 35.47º | 0.92% | 0.39% | - |
| HSV(B) | 35.47º | 0.96% | 0.74% | - |
| XYZ | 27.16 | 23.1 | 3.26 | - |
| YUV | 124.93 | 62.02 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 8 | 0 | 0.39 | 0.96 | 0.26 | 35.47 | 0.92 | 0.39 |
| Hex | BD | 73 | 8 | 0 | 27 | 60 | 1A | 23 | 5C | 27 |
| Octal | 275 | 163 | 10 | 0 | 47 | 140 | 32 | 43 | 134 | 47 |
| Binary | 10111101 | 1110011 | 1000 | 0 | 100111 | 1100000 | 11010 | 100011 | 1011100 | 100111 |
Color Harmonies of #BD7308
Complementary color
Monochromatic Colors of #BD7308
Black with #BD7308
Text Example
Text Example
White with #BD7308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7308; }
p { color: rgb(189,115,8); }
H1.HeaderClassName
{
color: #BD7308;
}
.AnyTagClassName
{
color: #BD7308;
}
</style>
background-color css
<style>
a { background-color: #BD7308; }
a { background-color: rgb(189,115,8); }
div.DivClassName
{
background-color: #BD7308;
}
.BgClassName
{
background-color: #BD7308;
}
</style>
border-color css
<style>
span { border-color: #BD7308; }
span { border-color: rgb(189,115,8); }
td.TdClassName
{
border-color: #BD7308;
}
.TagClassName
{
border-color: #BD7308;
}
</style>