Shades of Dark Goldenrod #C08500
Tints of Dark Goldenrod #C08500
RGB
CMYK
RGB Variations
Color information
#C08500 (or 0xC08500) is known color: Dark Goldenrod. HEX triplet: C0, 85 and 00. RGB value is (192,133,0). Sum of RGB (Red+Green+Blue) = 192+133+0=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C08500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08500 is #3F7AFF. Grayscale: #888888. Windows color (decimal): -4160256 or 34240. OLE color: 34240.
HSL color Cylindrical-coordinate representation of color #C08500: hue angle of 41.56º 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 #C08500 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 133 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.25 |
| HSL | 41.56º | 1% | 0.38% | - |
| HSV(B) | 41.56º | 1% | 0.75% | - |
| XYZ | 30.13 | 27.98 | 3.81 | - |
| YUV | 135.48 | 51.55 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 0 | 0 | 0.31 | 1 | 0.25 | 41.56 | 1 | 0.38 |
| Hex | C0 | 85 | 0 | 0 | 1F | 64 | 19 | 2A | 64 | 26 |
| Octal | 300 | 205 | 0 | 0 | 37 | 144 | 31 | 52 | 144 | 46 |
| Binary | 11000000 | 10000101 | 0 | 0 | 11111 | 1100100 | 11001 | 101010 | 1100100 | 100110 |
Color Harmonies of #C08500
Complementary color
Monochromatic Colors of #C08500
Black with #C08500
Text Example
Text Example
White with #C08500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08500; }
p { color: rgb(192,133,0); }
H1.HeaderClassName
{
color: #C08500;
}
.AnyTagClassName
{
color: #C08500;
}
</style>
background-color css
<style>
a { background-color: #C08500; }
a { background-color: rgb(192,133,0); }
div.DivClassName
{
background-color: #C08500;
}
.BgClassName
{
background-color: #C08500;
}
</style>
border-color css
<style>
span { border-color: #C08500; }
span { border-color: rgb(192,133,0); }
td.TdClassName
{
border-color: #C08500;
}
.TagClassName
{
border-color: #C08500;
}
</style>