Shades of Dark Goldenrod #BD8C02
Tints of Dark Goldenrod #BD8C02
RGB
CMYK
RGB Variations
Color information
#BD8C02 (or 0xBD8C02) is known color: Dark Goldenrod. HEX triplet: BD, 8C and 02. RGB value is (189,140,2). Sum of RGB (Red+Green+Blue) = 189+140+2=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8C02 is #4273FD. Grayscale: #8B8B8B. Windows color (decimal): -4355070 or 167101. OLE color: 167101.
HSL color Cylindrical-coordinate representation of color #BD8C02: hue angle of 44.28º 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 #BD8C02 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 140 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.26 |
| HSL | 44.28º | 0.98% | 0.37% | - |
| HSV(B) | 44.28º | 0.99% | 0.74% | - |
| XYZ | 30.38 | 29.58 | 4.17 | - |
| YUV | 138.92 | 50.73 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 140 | 2 | 0 | 0.26 | 0.99 | 0.26 | 44.28 | 0.98 | 0.37 |
| Hex | BD | 8C | 2 | 0 | 1A | 63 | 1A | 2C | 62 | 25 |
| Octal | 275 | 214 | 2 | 0 | 32 | 143 | 32 | 54 | 142 | 45 |
| Binary | 10111101 | 10001100 | 10 | 0 | 11010 | 1100011 | 11010 | 101100 | 1100010 | 100101 |
Color Harmonies of #BD8C02
Complementary color
Monochromatic Colors of #BD8C02
Black with #BD8C02
Text Example
Text Example
White with #BD8C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8C02; }
p { color: rgb(189,140,2); }
H1.HeaderClassName
{
color: #BD8C02;
}
.AnyTagClassName
{
color: #BD8C02;
}
</style>
background-color css
<style>
a { background-color: #BD8C02; }
a { background-color: rgb(189,140,2); }
div.DivClassName
{
background-color: #BD8C02;
}
.BgClassName
{
background-color: #BD8C02;
}
</style>
border-color css
<style>
span { border-color: #BD8C02; }
span { border-color: rgb(189,140,2); }
td.TdClassName
{
border-color: #BD8C02;
}
.TagClassName
{
border-color: #BD8C02;
}
</style>