Shades of Dark Goldenrod #C09000
Tints of Dark Goldenrod #C09000
RGB
CMYK
RGB Variations
Color information
#C09000 (or 0xC09000) is known color: Dark Goldenrod. HEX triplet: C0, 90 and 00. RGB value is (192,144,0). Sum of RGB (Red+Green+Blue) = 192+144+0=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C09000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09000 is #3F6FFF. Grayscale: #8E8E8E. Windows color (decimal): -4157440 or 37056. OLE color: 37056.
HSL color Cylindrical-coordinate representation of color #C09000: hue angle of 45º 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 #C09000 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 144 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.25 |
| HSL | 45º | 1% | 0.38% | - |
| HSV(B) | 45º | 1% | 0.75% | - |
| XYZ | 31.71 | 31.15 | 4.34 | - |
| YUV | 141.94 | 47.9 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 0 | 0 | 0.25 | 1 | 0.25 | 45 | 1 | 0.38 |
| Hex | C0 | 90 | 0 | 0 | 19 | 64 | 19 | 2D | 64 | 26 |
| Octal | 300 | 220 | 0 | 0 | 31 | 144 | 31 | 55 | 144 | 46 |
| Binary | 11000000 | 10010000 | 0 | 0 | 11001 | 1100100 | 11001 | 101101 | 1100100 | 100110 |
Color Harmonies of #C09000
Complementary color
Monochromatic Colors of #C09000
Black with #C09000
Text Example
Text Example
White with #C09000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09000; }
p { color: rgb(192,144,0); }
H1.HeaderClassName
{
color: #C09000;
}
.AnyTagClassName
{
color: #C09000;
}
</style>
background-color css
<style>
a { background-color: #C09000; }
a { background-color: rgb(192,144,0); }
div.DivClassName
{
background-color: #C09000;
}
.BgClassName
{
background-color: #C09000;
}
</style>
border-color css
<style>
span { border-color: #C09000; }
span { border-color: rgb(192,144,0); }
td.TdClassName
{
border-color: #C09000;
}
.TagClassName
{
border-color: #C09000;
}
</style>