Shades of Dark Goldenrod #C09300
Tints of Dark Goldenrod #C09300
RGB
CMYK
RGB Variations
Color information
#C09300 (or 0xC09300) is known color: Dark Goldenrod. HEX triplet: C0, 93 and 00. RGB value is (192,147,0). Sum of RGB (Red+Green+Blue) = 192+147+0=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C09300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09300 is #3F6CFF. Grayscale: #909090. Windows color (decimal): -4156672 or 37824. OLE color: 37824.
HSL color Cylindrical-coordinate representation of color #C09300: hue angle of 45.94º 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 #C09300 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.25 |
| HSL | 45.94º | 1% | 0.38% | - |
| HSV(B) | 45.94º | 1% | 0.75% | - |
| XYZ | 32.17 | 32.07 | 4.5 | - |
| YUV | 143.7 | 46.91 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 0 | 0 | 0.23 | 1 | 0.25 | 45.94 | 1 | 0.38 |
| Hex | C0 | 93 | 0 | 0 | 17 | 64 | 19 | 2E | 64 | 26 |
| Octal | 300 | 223 | 0 | 0 | 27 | 144 | 31 | 56 | 144 | 46 |
| Binary | 11000000 | 10010011 | 0 | 0 | 10111 | 1100100 | 11001 | 101110 | 1100100 | 100110 |
Color Harmonies of #C09300
Complementary color
Monochromatic Colors of #C09300
Black with #C09300
Text Example
Text Example
White with #C09300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09300; }
p { color: rgb(192,147,0); }
H1.HeaderClassName
{
color: #C09300;
}
.AnyTagClassName
{
color: #C09300;
}
</style>
background-color css
<style>
a { background-color: #C09300; }
a { background-color: rgb(192,147,0); }
div.DivClassName
{
background-color: #C09300;
}
.BgClassName
{
background-color: #C09300;
}
</style>
border-color css
<style>
span { border-color: #C09300; }
span { border-color: rgb(192,147,0); }
td.TdClassName
{
border-color: #C09300;
}
.TagClassName
{
border-color: #C09300;
}
</style>