Shades of Dark Goldenrod #C39305
Tints of Dark Goldenrod #C39305
RGB
CMYK
RGB Variations
Color information
#C39305 (or 0xC39305) is known color: Dark Goldenrod. HEX triplet: C3, 93 and 05. RGB value is (195,147,5). Sum of RGB (Red+Green+Blue) = 195+147+5=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 5 (2.34% from 255 or 1.44% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C39305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39305 is #3C6CFA. Grayscale: #919191. Windows color (decimal): -3960059 or 365507. OLE color: 365507.
HSL color Cylindrical-coordinate representation of color #C39305: hue angle of 44.84º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C39305 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 147 | 5 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.24 |
| HSL | 44.84º | 0.95% | 0.39% | - |
| HSV(B) | 44.84º | 0.97% | 0.76% | - |
| XYZ | 32.97 | 32.48 | 4.68 | - |
| YUV | 145.16 | 48.9 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 147 | 5 | 0 | 0.25 | 0.97 | 0.24 | 44.84 | 0.95 | 0.39 |
| Hex | C3 | 93 | 5 | 0 | 19 | 61 | 18 | 2D | 5F | 27 |
| Octal | 303 | 223 | 5 | 0 | 31 | 141 | 30 | 55 | 137 | 47 |
| Binary | 11000011 | 10010011 | 101 | 0 | 11001 | 1100001 | 11000 | 101101 | 1011111 | 100111 |
Color Harmonies of #C39305
Complementary color
Monochromatic Colors of #C39305
Black with #C39305
Text Example
Text Example
White with #C39305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39305; }
p { color: rgb(195,147,5); }
H1.HeaderClassName
{
color: #C39305;
}
.AnyTagClassName
{
color: #C39305;
}
</style>
background-color css
<style>
a { background-color: #C39305; }
a { background-color: rgb(195,147,5); }
div.DivClassName
{
background-color: #C39305;
}
.BgClassName
{
background-color: #C39305;
}
</style>
border-color css
<style>
span { border-color: #C39305; }
span { border-color: rgb(195,147,5); }
td.TdClassName
{
border-color: #C39305;
}
.TagClassName
{
border-color: #C39305;
}
</style>