Shades of Dark Goldenrod #C08A00
Tints of Dark Goldenrod #C08A00
RGB
CMYK
RGB Variations
Color information
#C08A00 (or 0xC08A00) is known color: Dark Goldenrod. HEX triplet: C0, 8A and 00. RGB value is (192,138,0). Sum of RGB (Red+Green+Blue) = 192+138+0=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08A00 is #3F75FF. Grayscale: #8B8B8B. Windows color (decimal): -4158976 or 35520. OLE color: 35520.
HSL color Cylindrical-coordinate representation of color #C08A00: hue angle of 43.12º 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 #C08A00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.25 |
| HSL | 43.13º | 1% | 0.38% | - |
| HSV(B) | 43.13º | 1% | 0.75% | - |
| XYZ | 30.83 | 29.38 | 4.05 | - |
| YUV | 138.41 | 49.89 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 0 | 0 | 0.28 | 1 | 0.25 | 43.13 | 1 | 0.38 |
| Hex | C0 | 8A | 0 | 0 | 1C | 64 | 19 | 2B | 64 | 26 |
| Octal | 300 | 212 | 0 | 0 | 34 | 144 | 31 | 53 | 144 | 46 |
| Binary | 11000000 | 10001010 | 0 | 0 | 11100 | 1100100 | 11001 | 101011 | 1100100 | 100110 |
Color Harmonies of #C08A00
Complementary color
Monochromatic Colors of #C08A00
Black with #C08A00
Text Example
Text Example
White with #C08A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08A00; }
p { color: rgb(192,138,0); }
H1.HeaderClassName
{
color: #C08A00;
}
.AnyTagClassName
{
color: #C08A00;
}
</style>
background-color css
<style>
a { background-color: #C08A00; }
a { background-color: rgb(192,138,0); }
div.DivClassName
{
background-color: #C08A00;
}
.BgClassName
{
background-color: #C08A00;
}
</style>
border-color css
<style>
span { border-color: #C08A00; }
span { border-color: rgb(192,138,0); }
td.TdClassName
{
border-color: #C08A00;
}
.TagClassName
{
border-color: #C08A00;
}
</style>