Shades of Dark Goldenrod #BD910C
Tints of Dark Goldenrod #BD910C
RGB
CMYK
RGB Variations
Color information
#BD910C (or 0xBD910C) is known color: Dark Goldenrod. HEX triplet: BD, 91 and 0C. RGB value is (189,145,12). Sum of RGB (Red+Green+Blue) = 189+145+12=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD910C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD910C is #426EF3. Grayscale: #8F8F8F. Windows color (decimal): -4353780 or 823741. OLE color: 823741.
HSL color Cylindrical-coordinate representation of color #BD910C: hue angle of 45.08º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD910C is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 145 | 12 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.26 |
| HSL | 45.08º | 0.88% | 0.39% | - |
| HSV(B) | 45.08º | 0.94% | 0.74% | - |
| XYZ | 31.18 | 31.1 | 4.71 | - |
| YUV | 142.99 | 54.08 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 12 | 0 | 0.23 | 0.94 | 0.26 | 45.08 | 0.88 | 0.39 |
| Hex | BD | 91 | C | 0 | 17 | 5E | 1A | 2D | 58 | 27 |
| Octal | 275 | 221 | 14 | 0 | 27 | 136 | 32 | 55 | 130 | 47 |
| Binary | 10111101 | 10010001 | 1100 | 0 | 10111 | 1011110 | 11010 | 101101 | 1011000 | 100111 |
Color Harmonies of #BD910C
Complementary color
Monochromatic Colors of #BD910C
Black with #BD910C
Text Example
Text Example
White with #BD910C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD910C; }
p { color: rgb(189,145,12); }
H1.HeaderClassName
{
color: #BD910C;
}
.AnyTagClassName
{
color: #BD910C;
}
</style>
background-color css
<style>
a { background-color: #BD910C; }
a { background-color: rgb(189,145,12); }
div.DivClassName
{
background-color: #BD910C;
}
.BgClassName
{
background-color: #BD910C;
}
</style>
border-color css
<style>
span { border-color: #BD910C; }
span { border-color: rgb(189,145,12); }
td.TdClassName
{
border-color: #BD910C;
}
.TagClassName
{
border-color: #BD910C;
}
</style>