Shades of Dark Goldenrod #C08600
Tints of Dark Goldenrod #C08600
RGB
CMYK
RGB Variations
Color information
#C08600 (or 0xC08600) is known color: Dark Goldenrod. HEX triplet: C0, 86 and 00. RGB value is (192,134,0). Sum of RGB (Red+Green+Blue) = 192+134+0=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C08600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08600 is #3F79FF. Grayscale: #888888. Windows color (decimal): -4160000 or 34496. OLE color: 34496.
HSL color Cylindrical-coordinate representation of color #C08600: hue angle of 41.88º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C08600 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 134 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.25 |
| HSL | 41.88º | 1% | 0.38% | - |
| HSV(B) | 41.88º | 1% | 0.75% | - |
| XYZ | 30.26 | 28.26 | 3.86 | - |
| YUV | 136.07 | 51.22 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 0 | 0 | 0.30 | 1 | 0.25 | 41.88 | 1 | 0.38 |
| Hex | C0 | 86 | 0 | 0 | 1E | 64 | 19 | 2A | 64 | 26 |
| Octal | 300 | 206 | 0 | 0 | 36 | 144 | 31 | 52 | 144 | 46 |
| Binary | 11000000 | 10000110 | 0 | 0 | 11110 | 1100100 | 11001 | 101010 | 1100100 | 100110 |
Color Harmonies of #C08600
Complementary color
Monochromatic Colors of #C08600
Black with #C08600
Text Example
Text Example
White with #C08600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08600; }
p { color: rgb(192,134,0); }
H1.HeaderClassName
{
color: #C08600;
}
.AnyTagClassName
{
color: #C08600;
}
</style>
background-color css
<style>
a { background-color: #C08600; }
a { background-color: rgb(192,134,0); }
div.DivClassName
{
background-color: #C08600;
}
.BgClassName
{
background-color: #C08600;
}
</style>
border-color css
<style>
span { border-color: #C08600; }
span { border-color: rgb(192,134,0); }
td.TdClassName
{
border-color: #C08600;
}
.TagClassName
{
border-color: #C08600;
}
</style>