Shades of Dark Goldenrod #C39013
Tints of Dark Goldenrod #C39013
RGB
CMYK
RGB Variations
Color information
#C39013 (or 0xC39013) is known color: Dark Goldenrod. HEX triplet: C3, 90 and 13. RGB value is (195,144,19). Sum of RGB (Red+Green+Blue) = 195+144+19=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C39013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39013 is #3C6FEC. Grayscale: #919191. Windows color (decimal): -3960813 or 1282243. OLE color: 1282243.
HSL color Cylindrical-coordinate representation of color #C39013: hue angle of 42.61º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C39013 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 144 | 19 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.24 |
| HSL | 42.61º | 0.82% | 0.42% | - |
| HSV(B) | 42.61º | 0.9% | 0.76% | - |
| XYZ | 32.6 | 31.6 | 5 | - |
| YUV | 145 | 56.9 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 144 | 19 | 0 | 0.26 | 0.90 | 0.24 | 42.61 | 0.82 | 0.42 |
| Hex | C3 | 90 | 13 | 0 | 1A | 5A | 18 | 2B | 52 | 2A |
| Octal | 303 | 220 | 23 | 0 | 32 | 132 | 30 | 53 | 122 | 52 |
| Binary | 11000011 | 10010000 | 10011 | 0 | 11010 | 1011010 | 11000 | 101011 | 1010010 | 101010 |
Color Harmonies of #C39013
Complementary color
Monochromatic Colors of #C39013
Black with #C39013
Text Example
Text Example
White with #C39013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39013; }
p { color: rgb(195,144,19); }
H1.HeaderClassName
{
color: #C39013;
}
.AnyTagClassName
{
color: #C39013;
}
</style>
background-color css
<style>
a { background-color: #C39013; }
a { background-color: rgb(195,144,19); }
div.DivClassName
{
background-color: #C39013;
}
.BgClassName
{
background-color: #C39013;
}
</style>
border-color css
<style>
span { border-color: #C39013; }
span { border-color: rgb(195,144,19); }
td.TdClassName
{
border-color: #C39013;
}
.TagClassName
{
border-color: #C39013;
}
</style>