Shades of Dark Goldenrod #BD8102
Tints of Dark Goldenrod #BD8102
RGB
CMYK
RGB Variations
Color information
#BD8102 (or 0xBD8102) is known color: Dark Goldenrod. HEX triplet: BD, 81 and 02. RGB value is (189,129,2). Sum of RGB (Red+Green+Blue) = 189+129+2=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8102 is #427EFD. Grayscale: #858585. Windows color (decimal): -4357886 or 164285. OLE color: 164285.
HSL color Cylindrical-coordinate representation of color #BD8102: hue angle of 40.75º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD8102 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 129 | 2 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.26 |
| HSL | 40.75º | 0.98% | 0.37% | - |
| HSV(B) | 40.75º | 0.99% | 0.74% | - |
| XYZ | 28.85 | 26.52 | 3.66 | - |
| YUV | 132.46 | 54.38 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 129 | 2 | 0 | 0.32 | 0.99 | 0.26 | 40.75 | 0.98 | 0.37 |
| Hex | BD | 81 | 2 | 0 | 20 | 63 | 1A | 29 | 62 | 25 |
| Octal | 275 | 201 | 2 | 0 | 40 | 143 | 32 | 51 | 142 | 45 |
| Binary | 10111101 | 10000001 | 10 | 0 | 100000 | 1100011 | 11010 | 101001 | 1100010 | 100101 |
Color Harmonies of #BD8102
Complementary color
Monochromatic Colors of #BD8102
Black with #BD8102
Text Example
Text Example
White with #BD8102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8102; }
p { color: rgb(189,129,2); }
H1.HeaderClassName
{
color: #BD8102;
}
.AnyTagClassName
{
color: #BD8102;
}
</style>
background-color css
<style>
a { background-color: #BD8102; }
a { background-color: rgb(189,129,2); }
div.DivClassName
{
background-color: #BD8102;
}
.BgClassName
{
background-color: #BD8102;
}
</style>
border-color css
<style>
span { border-color: #BD8102; }
span { border-color: rgb(189,129,2); }
td.TdClassName
{
border-color: #BD8102;
}
.TagClassName
{
border-color: #BD8102;
}
</style>