Shades of Dark Goldenrod #C39304
Tints of Dark Goldenrod #C39304
RGB
CMYK
RGB Variations
Color information
#C39304 (or 0xC39304) is known color: Dark Goldenrod. HEX triplet: C3, 93 and 04. RGB value is (195,147,4). Sum of RGB (Red+Green+Blue) = 195+147+4=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 4 (1.95% from 255 or 1.16% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C39304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39304 is #3C6CFB. Grayscale: #919191. Windows color (decimal): -3960060 or 299971. OLE color: 299971.
HSL color Cylindrical-coordinate representation of color #C39304: hue angle of 44.92º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C39304 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 147 | 4 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.24 |
| HSL | 44.92º | 0.96% | 0.39% | - |
| HSV(B) | 44.92º | 0.98% | 0.76% | - |
| XYZ | 32.96 | 32.48 | 4.65 | - |
| YUV | 145.05 | 48.4 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 147 | 4 | 0 | 0.25 | 0.98 | 0.24 | 44.92 | 0.96 | 0.39 |
| Hex | C3 | 93 | 4 | 0 | 19 | 62 | 18 | 2D | 60 | 27 |
| Octal | 303 | 223 | 4 | 0 | 31 | 142 | 30 | 55 | 140 | 47 |
| Binary | 11000011 | 10010011 | 100 | 0 | 11001 | 1100010 | 11000 | 101101 | 1100000 | 100111 |
Color Harmonies of #C39304
Complementary color
Monochromatic Colors of #C39304
Black with #C39304
Text Example
Text Example
White with #C39304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39304; }
p { color: rgb(195,147,4); }
H1.HeaderClassName
{
color: #C39304;
}
.AnyTagClassName
{
color: #C39304;
}
</style>
background-color css
<style>
a { background-color: #C39304; }
a { background-color: rgb(195,147,4); }
div.DivClassName
{
background-color: #C39304;
}
.BgClassName
{
background-color: #C39304;
}
</style>
border-color css
<style>
span { border-color: #C39304; }
span { border-color: rgb(195,147,4); }
td.TdClassName
{
border-color: #C39304;
}
.TagClassName
{
border-color: #C39304;
}
</style>