Shades of Dark Goldenrod #BD7D03
Tints of Dark Goldenrod #BD7D03
RGB
CMYK
RGB Variations
Color information
#BD7D03 (or 0xBD7D03) is known color: Dark Goldenrod. HEX triplet: BD, 7D and 03. RGB value is (189,125,3). Sum of RGB (Red+Green+Blue) = 189+125+3=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 3 (1.56% from 255 or 0.95% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7D03 is #4282FC. Grayscale: #828282. Windows color (decimal): -4358909 or 228797. OLE color: 228797.
HSL color Cylindrical-coordinate representation of color #BD7D03: hue angle of 39.35º 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 #BD7D03 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 125 | 3 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.26 |
| HSL | 39.35º | 0.97% | 0.38% | - |
| HSV(B) | 39.35º | 0.98% | 0.74% | - |
| XYZ | 28.34 | 25.49 | 3.51 | - |
| YUV | 130.23 | 56.2 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 125 | 3 | 0 | 0.34 | 0.98 | 0.26 | 39.35 | 0.97 | 0.38 |
| Hex | BD | 7D | 3 | 0 | 22 | 62 | 1A | 27 | 61 | 26 |
| Octal | 275 | 175 | 3 | 0 | 42 | 142 | 32 | 47 | 141 | 46 |
| Binary | 10111101 | 1111101 | 11 | 0 | 100010 | 1100010 | 11010 | 100111 | 1100001 | 100110 |
Color Harmonies of #BD7D03
Complementary color
Monochromatic Colors of #BD7D03
Black with #BD7D03
Text Example
Text Example
White with #BD7D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7D03; }
p { color: rgb(189,125,3); }
H1.HeaderClassName
{
color: #BD7D03;
}
.AnyTagClassName
{
color: #BD7D03;
}
</style>
background-color css
<style>
a { background-color: #BD7D03; }
a { background-color: rgb(189,125,3); }
div.DivClassName
{
background-color: #BD7D03;
}
.BgClassName
{
background-color: #BD7D03;
}
</style>
border-color css
<style>
span { border-color: #BD7D03; }
span { border-color: rgb(189,125,3); }
td.TdClassName
{
border-color: #BD7D03;
}
.TagClassName
{
border-color: #BD7D03;
}
</style>