Shades of Dark Goldenrod #BD7C03
Tints of Dark Goldenrod #BD7C03
RGB
CMYK
RGB Variations
Color information
#BD7C03 (or 0xBD7C03) is known color: Dark Goldenrod. HEX triplet: BD, 7C and 03. RGB value is (189,124,3). Sum of RGB (Red+Green+Blue) = 189+124+3=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 3 (1.56% from 255 or 0.95% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7C03 is #4283FC. Grayscale: #828282. Windows color (decimal): -4359165 or 228541. OLE color: 228541.
HSL color Cylindrical-coordinate representation of color #BD7C03: hue angle of 39.03º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD7C03 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 124 | 3 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.26 |
| HSL | 39.03º | 0.97% | 0.38% | - |
| HSV(B) | 39.03º | 0.98% | 0.74% | - |
| XYZ | 28.21 | 25.24 | 3.47 | - |
| YUV | 129.64 | 56.53 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 124 | 3 | 0 | 0.34 | 0.98 | 0.26 | 39.03 | 0.97 | 0.38 |
| Hex | BD | 7C | 3 | 0 | 22 | 62 | 1A | 27 | 61 | 26 |
| Octal | 275 | 174 | 3 | 0 | 42 | 142 | 32 | 47 | 141 | 46 |
| Binary | 10111101 | 1111100 | 11 | 0 | 100010 | 1100010 | 11010 | 100111 | 1100001 | 100110 |
Color Harmonies of #BD7C03
Complementary color
Monochromatic Colors of #BD7C03
Black with #BD7C03
Text Example
Text Example
White with #BD7C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7C03; }
p { color: rgb(189,124,3); }
H1.HeaderClassName
{
color: #BD7C03;
}
.AnyTagClassName
{
color: #BD7C03;
}
</style>
background-color css
<style>
a { background-color: #BD7C03; }
a { background-color: rgb(189,124,3); }
div.DivClassName
{
background-color: #BD7C03;
}
.BgClassName
{
background-color: #BD7C03;
}
</style>
border-color css
<style>
span { border-color: #BD7C03; }
span { border-color: rgb(189,124,3); }
td.TdClassName
{
border-color: #BD7C03;
}
.TagClassName
{
border-color: #BD7C03;
}
</style>