Shades of Dark Goldenrod #BC780D
Tints of Dark Goldenrod #BC780D
RGB
CMYK
RGB Variations
Color information
#BC780D (or 0xBC780D) is known color: Dark Goldenrod. HEX triplet: BC, 78 and 0D. RGB value is (188,120,13). Sum of RGB (Red+Green+Blue) = 188+120+13=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC780D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC780D is #4387F2. Grayscale: #808080. Windows color (decimal): -4425715 or 882876. OLE color: 882876.
HSL color Cylindrical-coordinate representation of color #BC780D: hue angle of 36.69º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC780D is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 120 | 13 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.26 |
| HSL | 36.69º | 0.87% | 0.39% | - |
| HSV(B) | 36.69º | 0.93% | 0.74% | - |
| XYZ | 27.53 | 24.15 | 3.59 | - |
| YUV | 128.13 | 63.03 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 13 | 0 | 0.36 | 0.93 | 0.26 | 36.69 | 0.87 | 0.39 |
| Hex | BC | 78 | D | 0 | 24 | 5D | 1A | 25 | 57 | 27 |
| Octal | 274 | 170 | 15 | 0 | 44 | 135 | 32 | 45 | 127 | 47 |
| Binary | 10111100 | 1111000 | 1101 | 0 | 100100 | 1011101 | 11010 | 100101 | 1010111 | 100111 |
Color Harmonies of #BC780D
Complementary color
Monochromatic Colors of #BC780D
Black with #BC780D
Text Example
Text Example
White with #BC780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC780D; }
p { color: rgb(188,120,13); }
H1.HeaderClassName
{
color: #BC780D;
}
.AnyTagClassName
{
color: #BC780D;
}
</style>
background-color css
<style>
a { background-color: #BC780D; }
a { background-color: rgb(188,120,13); }
div.DivClassName
{
background-color: #BC780D;
}
.BgClassName
{
background-color: #BC780D;
}
</style>
border-color css
<style>
span { border-color: #BC780D; }
span { border-color: rgb(188,120,13); }
td.TdClassName
{
border-color: #BC780D;
}
.TagClassName
{
border-color: #BC780D;
}
</style>