Shades of Dark Goldenrod #C09304
Tints of Dark Goldenrod #C09304
RGB
CMYK
RGB Variations
Color information
#C09304 (or 0xC09304) is known color: Dark Goldenrod. HEX triplet: C0, 93 and 04. RGB value is (192,147,4). Sum of RGB (Red+Green+Blue) = 192+147+4=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 4 (1.95% from 255 or 1.17% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C09304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09304 is #3F6CFB. Grayscale: #909090. Windows color (decimal): -4156668 or 299968. OLE color: 299968.
HSL color Cylindrical-coordinate representation of color #C09304: hue angle of 45.64º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C09304 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 4 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.25 |
| HSL | 45.64º | 0.96% | 0.38% | - |
| HSV(B) | 45.64º | 0.98% | 0.75% | - |
| XYZ | 32.19 | 32.08 | 4.61 | - |
| YUV | 144.15 | 48.91 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 4 | 0 | 0.23 | 0.98 | 0.25 | 45.64 | 0.96 | 0.38 |
| Hex | C0 | 93 | 4 | 0 | 17 | 62 | 19 | 2E | 60 | 26 |
| Octal | 300 | 223 | 4 | 0 | 27 | 142 | 31 | 56 | 140 | 46 |
| Binary | 11000000 | 10010011 | 100 | 0 | 10111 | 1100010 | 11001 | 101110 | 1100000 | 100110 |
Color Harmonies of #C09304
Complementary color
Monochromatic Colors of #C09304
Black with #C09304
Text Example
Text Example
White with #C09304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09304; }
p { color: rgb(192,147,4); }
H1.HeaderClassName
{
color: #C09304;
}
.AnyTagClassName
{
color: #C09304;
}
</style>
background-color css
<style>
a { background-color: #C09304; }
a { background-color: rgb(192,147,4); }
div.DivClassName
{
background-color: #C09304;
}
.BgClassName
{
background-color: #C09304;
}
</style>
border-color css
<style>
span { border-color: #C09304; }
span { border-color: rgb(192,147,4); }
td.TdClassName
{
border-color: #C09304;
}
.TagClassName
{
border-color: #C09304;
}
</style>