Shades of Dark Goldenrod #BD800F
Tints of Dark Goldenrod #BD800F
RGB
CMYK
RGB Variations
Color information
#BD800F (or 0xBD800F) is known color: Dark Goldenrod. HEX triplet: BD, 80 and 0F. RGB value is (189,128,15). Sum of RGB (Red+Green+Blue) = 189+128+15=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD800F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD800F is #427FF0. Grayscale: #858585. Windows color (decimal): -4358129 or 1015997. OLE color: 1015997.
HSL color Cylindrical-coordinate representation of color #BD800F: hue angle of 38.97º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD800F is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 15 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.26 |
| HSL | 38.97º | 0.85% | 0.4% | - |
| HSV(B) | 38.97º | 0.92% | 0.74% | - |
| XYZ | 28.79 | 26.29 | 4.01 | - |
| YUV | 133.36 | 61.21 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 15 | 0 | 0.32 | 0.92 | 0.26 | 38.97 | 0.85 | 0.4 |
| Hex | BD | 80 | F | 0 | 20 | 5C | 1A | 27 | 55 | 28 |
| Octal | 275 | 200 | 17 | 0 | 40 | 134 | 32 | 47 | 125 | 50 |
| Binary | 10111101 | 10000000 | 1111 | 0 | 100000 | 1011100 | 11010 | 100111 | 1010101 | 101000 |
Color Harmonies of #BD800F
Complementary color
Monochromatic Colors of #BD800F
Black with #BD800F
Text Example
Text Example
White with #BD800F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD800F; }
p { color: rgb(189,128,15); }
H1.HeaderClassName
{
color: #BD800F;
}
.AnyTagClassName
{
color: #BD800F;
}
</style>
background-color css
<style>
a { background-color: #BD800F; }
a { background-color: rgb(189,128,15); }
div.DivClassName
{
background-color: #BD800F;
}
.BgClassName
{
background-color: #BD800F;
}
</style>
border-color css
<style>
span { border-color: #BD800F; }
span { border-color: rgb(189,128,15); }
td.TdClassName
{
border-color: #BD800F;
}
.TagClassName
{
border-color: #BD800F;
}
</style>