Shades of Dark Goldenrod #BD770F
Tints of Dark Goldenrod #BD770F
RGB
CMYK
RGB Variations
Color information
#BD770F (or 0xBD770F) is known color: Dark Goldenrod. HEX triplet: BD, 77 and 0F. RGB value is (189,119,15). Sum of RGB (Red+Green+Blue) = 189+119+15=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD770F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD770F is #4288F0. Grayscale: #808080. Windows color (decimal): -4360433 or 1013693. OLE color: 1013693.
HSL color Cylindrical-coordinate representation of color #BD770F: hue angle of 35.86º 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 #BD770F is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 119 | 15 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.26 |
| HSL | 35.86º | 0.85% | 0.4% | - |
| HSV(B) | 35.86º | 0.92% | 0.74% | - |
| XYZ | 27.67 | 24.05 | 3.64 | - |
| YUV | 128.07 | 64.19 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 15 | 0 | 0.37 | 0.92 | 0.26 | 35.86 | 0.85 | 0.4 |
| Hex | BD | 77 | F | 0 | 25 | 5C | 1A | 24 | 55 | 28 |
| Octal | 275 | 167 | 17 | 0 | 45 | 134 | 32 | 44 | 125 | 50 |
| Binary | 10111101 | 1110111 | 1111 | 0 | 100101 | 1011100 | 11010 | 100100 | 1010101 | 101000 |
Color Harmonies of #BD770F
Complementary color
Monochromatic Colors of #BD770F
Black with #BD770F
Text Example
Text Example
White with #BD770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD770F; }
p { color: rgb(189,119,15); }
H1.HeaderClassName
{
color: #BD770F;
}
.AnyTagClassName
{
color: #BD770F;
}
</style>
background-color css
<style>
a { background-color: #BD770F; }
a { background-color: rgb(189,119,15); }
div.DivClassName
{
background-color: #BD770F;
}
.BgClassName
{
background-color: #BD770F;
}
</style>
border-color css
<style>
span { border-color: #BD770F; }
span { border-color: rgb(189,119,15); }
td.TdClassName
{
border-color: #BD770F;
}
.TagClassName
{
border-color: #BD770F;
}
</style>