Shades of Dark Goldenrod #C08D00
Tints of Dark Goldenrod #C08D00
RGB
CMYK
RGB Variations
Color information
#C08D00 (or 0xC08D00) is known color: Dark Goldenrod. HEX triplet: C0, 8D and 00. RGB value is (192,141,0). Sum of RGB (Red+Green+Blue) = 192+141+0=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08D00 is #3F72FF. Grayscale: #8C8C8C. Windows color (decimal): -4158208 or 36288. OLE color: 36288.
HSL color Cylindrical-coordinate representation of color #C08D00: hue angle of 44.06º 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 #C08D00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 141 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.25 |
| HSL | 44.06º | 1% | 0.38% | - |
| HSV(B) | 44.06º | 1% | 0.75% | - |
| XYZ | 31.26 | 30.26 | 4.19 | - |
| YUV | 140.18 | 48.9 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 0 | 0 | 0.27 | 1 | 0.25 | 44.06 | 1 | 0.38 |
| Hex | C0 | 8D | 0 | 0 | 1B | 64 | 19 | 2C | 64 | 26 |
| Octal | 300 | 215 | 0 | 0 | 33 | 144 | 31 | 54 | 144 | 46 |
| Binary | 11000000 | 10001101 | 0 | 0 | 11011 | 1100100 | 11001 | 101100 | 1100100 | 100110 |
Color Harmonies of #C08D00
Complementary color
Monochromatic Colors of #C08D00
Black with #C08D00
Text Example
Text Example
White with #C08D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08D00; }
p { color: rgb(192,141,0); }
H1.HeaderClassName
{
color: #C08D00;
}
.AnyTagClassName
{
color: #C08D00;
}
</style>
background-color css
<style>
a { background-color: #C08D00; }
a { background-color: rgb(192,141,0); }
div.DivClassName
{
background-color: #C08D00;
}
.BgClassName
{
background-color: #C08D00;
}
</style>
border-color css
<style>
span { border-color: #C08D00; }
span { border-color: rgb(192,141,0); }
td.TdClassName
{
border-color: #C08D00;
}
.TagClassName
{
border-color: #C08D00;
}
</style>