Shades of Dark Goldenrod #C39A03
Tints of Dark Goldenrod #C39A03
RGB
CMYK
RGB Variations
Color information
#C39A03 (or 0xC39A03) is known color: Dark Goldenrod. HEX triplet: C3, 9A and 03. RGB value is (195,154,3). Sum of RGB (Red+Green+Blue) = 195+154+3=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 3 (1.56% from 255 or 0.85% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39A03 is #3C65FC. Grayscale: #959595. Windows color (decimal): -3958269 or 236227. OLE color: 236227.
HSL color Cylindrical-coordinate representation of color #C39A03: hue angle of 47.19º degrees, saturation: 0.97, 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 #C39A03 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 154 | 3 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.24 |
| HSL | 47.19º | 0.97% | 0.39% | - |
| HSV(B) | 47.19º | 0.98% | 0.76% | - |
| XYZ | 34.08 | 34.72 | 4.99 | - |
| YUV | 149.05 | 45.58 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 154 | 3 | 0 | 0.21 | 0.98 | 0.24 | 47.19 | 0.97 | 0.39 |
| Hex | C3 | 9A | 3 | 0 | 15 | 62 | 18 | 2F | 61 | 27 |
| Octal | 303 | 232 | 3 | 0 | 25 | 142 | 30 | 57 | 141 | 47 |
| Binary | 11000011 | 10011010 | 11 | 0 | 10101 | 1100010 | 11000 | 101111 | 1100001 | 100111 |
Color Harmonies of #C39A03
Complementary color
Monochromatic Colors of #C39A03
Black with #C39A03
Text Example
Text Example
White with #C39A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39A03; }
p { color: rgb(195,154,3); }
H1.HeaderClassName
{
color: #C39A03;
}
.AnyTagClassName
{
color: #C39A03;
}
</style>
background-color css
<style>
a { background-color: #C39A03; }
a { background-color: rgb(195,154,3); }
div.DivClassName
{
background-color: #C39A03;
}
.BgClassName
{
background-color: #C39A03;
}
</style>
border-color css
<style>
span { border-color: #C39A03; }
span { border-color: rgb(195,154,3); }
td.TdClassName
{
border-color: #C39A03;
}
.TagClassName
{
border-color: #C39A03;
}
</style>