Shades of Dark Goldenrod #BD840C
Tints of Dark Goldenrod #BD840C
RGB
CMYK
RGB Variations
Color information
#BD840C (or 0xBD840C) is known color: Dark Goldenrod. HEX triplet: BD, 84 and 0C. RGB value is (189,132,12). Sum of RGB (Red+Green+Blue) = 189+132+12=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 12 (5.08% from 255 or 3.60% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD840C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD840C is #427BF3. Grayscale: #878787. Windows color (decimal): -4357108 or 820413. OLE color: 820413.
HSL color Cylindrical-coordinate representation of color #BD840C: hue angle of 40.68º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD840C is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 132 | 12 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.26 |
| HSL | 40.68º | 0.88% | 0.39% | - |
| HSV(B) | 40.68º | 0.94% | 0.74% | - |
| XYZ | 29.3 | 27.35 | 4.08 | - |
| YUV | 135.36 | 58.38 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 12 | 0 | 0.30 | 0.94 | 0.26 | 40.68 | 0.88 | 0.39 |
| Hex | BD | 84 | C | 0 | 1E | 5E | 1A | 29 | 58 | 27 |
| Octal | 275 | 204 | 14 | 0 | 36 | 136 | 32 | 51 | 130 | 47 |
| Binary | 10111101 | 10000100 | 1100 | 0 | 11110 | 1011110 | 11010 | 101001 | 1011000 | 100111 |
Color Harmonies of #BD840C
Complementary color
Monochromatic Colors of #BD840C
Black with #BD840C
Text Example
Text Example
White with #BD840C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD840C; }
p { color: rgb(189,132,12); }
H1.HeaderClassName
{
color: #BD840C;
}
.AnyTagClassName
{
color: #BD840C;
}
</style>
background-color css
<style>
a { background-color: #BD840C; }
a { background-color: rgb(189,132,12); }
div.DivClassName
{
background-color: #BD840C;
}
.BgClassName
{
background-color: #BD840C;
}
</style>
border-color css
<style>
span { border-color: #BD840C; }
span { border-color: rgb(189,132,12); }
td.TdClassName
{
border-color: #BD840C;
}
.TagClassName
{
border-color: #BD840C;
}
</style>