Shades of Dark Goldenrod #C08911
Tints of Dark Goldenrod #C08911
RGB
CMYK
RGB Variations
Color information
#C08911 (or 0xC08911) is known color: Dark Goldenrod. HEX triplet: C0, 89 and 11. RGB value is (192,137,17). Sum of RGB (Red+Green+Blue) = 192+137+17=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 17 (7.03% from 255 or 4.91% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C08911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08911 is #3F76EE. Grayscale: #8C8C8C. Windows color (decimal): -4159215 or 1149376. OLE color: 1149376.
HSL color Cylindrical-coordinate representation of color #C08911: hue angle of 41.14º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C08911 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 17 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.25 |
| HSL | 41.14º | 0.84% | 0.41% | - |
| HSV(B) | 41.14º | 0.91% | 0.75% | - |
| XYZ | 30.79 | 29.14 | 4.53 | - |
| YUV | 139.77 | 58.72 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 17 | 0 | 0.29 | 0.91 | 0.25 | 41.14 | 0.84 | 0.41 |
| Hex | C0 | 89 | 11 | 0 | 1D | 5B | 19 | 29 | 54 | 29 |
| Octal | 300 | 211 | 21 | 0 | 35 | 133 | 31 | 51 | 124 | 51 |
| Binary | 11000000 | 10001001 | 10001 | 0 | 11101 | 1011011 | 11001 | 101001 | 1010100 | 101001 |
Color Harmonies of #C08911
Complementary color
Monochromatic Colors of #C08911
Black with #C08911
Text Example
Text Example
White with #C08911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08911; }
p { color: rgb(192,137,17); }
H1.HeaderClassName
{
color: #C08911;
}
.AnyTagClassName
{
color: #C08911;
}
</style>
background-color css
<style>
a { background-color: #C08911; }
a { background-color: rgb(192,137,17); }
div.DivClassName
{
background-color: #C08911;
}
.BgClassName
{
background-color: #C08911;
}
</style>
border-color css
<style>
span { border-color: #C08911; }
span { border-color: rgb(192,137,17); }
td.TdClassName
{
border-color: #C08911;
}
.TagClassName
{
border-color: #C08911;
}
</style>