Shades of Dark Goldenrod #BD8807
Tints of Dark Goldenrod #BD8807
RGB
CMYK
RGB Variations
Color information
#BD8807 (or 0xBD8807) is known color: Dark Goldenrod. HEX triplet: BD, 88 and 07. RGB value is (189,136,7). Sum of RGB (Red+Green+Blue) = 189+136+7=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 7 (3.12% from 255 or 2.11% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8807 is #4277F8. Grayscale: #898989. Windows color (decimal): -4356089 or 493757. OLE color: 493757.
HSL color Cylindrical-coordinate representation of color #BD8807: hue angle of 42.53º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD8807 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 136 | 7 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.26 |
| HSL | 42.53º | 0.93% | 0.38% | - |
| HSV(B) | 42.53º | 0.96% | 0.74% | - |
| XYZ | 29.83 | 28.44 | 4.12 | - |
| YUV | 137.14 | 54.56 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 7 | 0 | 0.28 | 0.96 | 0.26 | 42.53 | 0.93 | 0.38 |
| Hex | BD | 88 | 7 | 0 | 1C | 60 | 1A | 2B | 5D | 26 |
| Octal | 275 | 210 | 7 | 0 | 34 | 140 | 32 | 53 | 135 | 46 |
| Binary | 10111101 | 10001000 | 111 | 0 | 11100 | 1100000 | 11010 | 101011 | 1011101 | 100110 |
Color Harmonies of #BD8807
Complementary color
Monochromatic Colors of #BD8807
Black with #BD8807
Text Example
Text Example
White with #BD8807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8807; }
p { color: rgb(189,136,7); }
H1.HeaderClassName
{
color: #BD8807;
}
.AnyTagClassName
{
color: #BD8807;
}
</style>
background-color css
<style>
a { background-color: #BD8807; }
a { background-color: rgb(189,136,7); }
div.DivClassName
{
background-color: #BD8807;
}
.BgClassName
{
background-color: #BD8807;
}
</style>
border-color css
<style>
span { border-color: #BD8807; }
span { border-color: rgb(189,136,7); }
td.TdClassName
{
border-color: #BD8807;
}
.TagClassName
{
border-color: #BD8807;
}
</style>