Shades of Dark Goldenrod #BD780F
Tints of Dark Goldenrod #BD780F
RGB
CMYK
RGB Variations
Color information
#BD780F (or 0xBD780F) is known color: Dark Goldenrod. HEX triplet: BD, 78 and 0F. RGB value is (189,120,15). Sum of RGB (Red+Green+Blue) = 189+120+15=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD780F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD780F is #4287F0. Grayscale: #818181. Windows color (decimal): -4360177 or 1013949. OLE color: 1013949.
HSL color Cylindrical-coordinate representation of color #BD780F: hue angle of 36.21º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD780F is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 15 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.26 |
| HSL | 36.21º | 0.85% | 0.4% | - |
| HSV(B) | 36.21º | 0.92% | 0.74% | - |
| XYZ | 27.79 | 24.29 | 3.68 | - |
| YUV | 128.66 | 63.86 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 15 | 0 | 0.37 | 0.92 | 0.26 | 36.21 | 0.85 | 0.4 |
| Hex | BD | 78 | F | 0 | 25 | 5C | 1A | 24 | 55 | 28 |
| Octal | 275 | 170 | 17 | 0 | 45 | 134 | 32 | 44 | 125 | 50 |
| Binary | 10111101 | 1111000 | 1111 | 0 | 100101 | 1011100 | 11010 | 100100 | 1010101 | 101000 |
Color Harmonies of #BD780F
Complementary color
Monochromatic Colors of #BD780F
Black with #BD780F
Text Example
Text Example
White with #BD780F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD780F; }
p { color: rgb(189,120,15); }
H1.HeaderClassName
{
color: #BD780F;
}
.AnyTagClassName
{
color: #BD780F;
}
</style>
background-color css
<style>
a { background-color: #BD780F; }
a { background-color: rgb(189,120,15); }
div.DivClassName
{
background-color: #BD780F;
}
.BgClassName
{
background-color: #BD780F;
}
</style>
border-color css
<style>
span { border-color: #BD780F; }
span { border-color: rgb(189,120,15); }
td.TdClassName
{
border-color: #BD780F;
}
.TagClassName
{
border-color: #BD780F;
}
</style>