Shades of Dark Goldenrod #C08511
Tints of Dark Goldenrod #C08511
RGB
CMYK
RGB Variations
Color information
#C08511 (or 0xC08511) is known color: Dark Goldenrod. HEX triplet: C0, 85 and 11. RGB value is (192,133,17). Sum of RGB (Red+Green+Blue) = 192+133+17=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C08511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08511 is #3F7AEE. Grayscale: #898989. Windows color (decimal): -4160239 or 1148352. OLE color: 1148352.
HSL color Cylindrical-coordinate representation of color #C08511: hue angle of 39.77º 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 #C08511 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 133 | 17 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.25 |
| HSL | 39.77º | 0.84% | 0.41% | - |
| HSV(B) | 39.77º | 0.91% | 0.75% | - |
| XYZ | 30.23 | 28.02 | 4.35 | - |
| YUV | 137.42 | 60.05 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 17 | 0 | 0.31 | 0.91 | 0.25 | 39.77 | 0.84 | 0.41 |
| Hex | C0 | 85 | 11 | 0 | 1F | 5B | 19 | 28 | 54 | 29 |
| Octal | 300 | 205 | 21 | 0 | 37 | 133 | 31 | 50 | 124 | 51 |
| Binary | 11000000 | 10000101 | 10001 | 0 | 11111 | 1011011 | 11001 | 101000 | 1010100 | 101001 |
Color Harmonies of #C08511
Complementary color
Monochromatic Colors of #C08511
Black with #C08511
Text Example
Text Example
White with #C08511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08511; }
p { color: rgb(192,133,17); }
H1.HeaderClassName
{
color: #C08511;
}
.AnyTagClassName
{
color: #C08511;
}
</style>
background-color css
<style>
a { background-color: #C08511; }
a { background-color: rgb(192,133,17); }
div.DivClassName
{
background-color: #C08511;
}
.BgClassName
{
background-color: #C08511;
}
</style>
border-color css
<style>
span { border-color: #C08511; }
span { border-color: rgb(192,133,17); }
td.TdClassName
{
border-color: #C08511;
}
.TagClassName
{
border-color: #C08511;
}
</style>