Shades of Dark Goldenrod #BD900D
Tints of Dark Goldenrod #BD900D
RGB
CMYK
RGB Variations
Color information
#BD900D (or 0xBD900D) is known color: Dark Goldenrod. HEX triplet: BD, 90 and 0D. RGB value is (189,144,13). Sum of RGB (Red+Green+Blue) = 189+144+13=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD900D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD900D is #426FF2. Grayscale: #8F8F8F. Windows color (decimal): -4354035 or 889021. OLE color: 889021.
HSL color Cylindrical-coordinate representation of color #BD900D: hue angle of 44.66º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD900D is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 144 | 13 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.26 |
| HSL | 44.66º | 0.87% | 0.4% | - |
| HSV(B) | 44.66º | 0.93% | 0.74% | - |
| XYZ | 31.03 | 30.79 | 4.69 | - |
| YUV | 142.52 | 54.91 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 144 | 13 | 0 | 0.24 | 0.93 | 0.26 | 44.66 | 0.87 | 0.4 |
| Hex | BD | 90 | D | 0 | 18 | 5D | 1A | 2D | 57 | 28 |
| Octal | 275 | 220 | 15 | 0 | 30 | 135 | 32 | 55 | 127 | 50 |
| Binary | 10111101 | 10010000 | 1101 | 0 | 11000 | 1011101 | 11010 | 101101 | 1010111 | 101000 |
Color Harmonies of #BD900D
Complementary color
Monochromatic Colors of #BD900D
Black with #BD900D
Text Example
Text Example
White with #BD900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD900D; }
p { color: rgb(189,144,13); }
H1.HeaderClassName
{
color: #BD900D;
}
.AnyTagClassName
{
color: #BD900D;
}
</style>
background-color css
<style>
a { background-color: #BD900D; }
a { background-color: rgb(189,144,13); }
div.DivClassName
{
background-color: #BD900D;
}
.BgClassName
{
background-color: #BD900D;
}
</style>
border-color css
<style>
span { border-color: #BD900D; }
span { border-color: rgb(189,144,13); }
td.TdClassName
{
border-color: #BD900D;
}
.TagClassName
{
border-color: #BD900D;
}
</style>