Shades of Dark Goldenrod #C3910D
Tints of Dark Goldenrod #C3910D
RGB
CMYK
RGB Variations
Color information
#C3910D (or 0xC3910D) is known color: Dark Goldenrod. HEX triplet: C3, 91 and 0D. RGB value is (195,145,13). Sum of RGB (Red+Green+Blue) = 195+145+13=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C3910D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3910D is #3C6EF2. Grayscale: #919191. Windows color (decimal): -3960563 or 889283. OLE color: 889283.
HSL color Cylindrical-coordinate representation of color #C3910D: hue angle of 43.52º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3910D is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 145 | 13 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.24 |
| HSL | 43.52º | 0.88% | 0.41% | - |
| HSV(B) | 43.52º | 0.93% | 0.76% | - |
| XYZ | 32.7 | 31.88 | 4.81 | - |
| YUV | 144.9 | 53.57 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 13 | 0 | 0.26 | 0.93 | 0.24 | 43.52 | 0.88 | 0.41 |
| Hex | C3 | 91 | D | 0 | 1A | 5D | 18 | 2C | 58 | 29 |
| Octal | 303 | 221 | 15 | 0 | 32 | 135 | 30 | 54 | 130 | 51 |
| Binary | 11000011 | 10010001 | 1101 | 0 | 11010 | 1011101 | 11000 | 101100 | 1011000 | 101001 |
Color Harmonies of #C3910D
Complementary color
Monochromatic Colors of #C3910D
Black with #C3910D
Text Example
Text Example
White with #C3910D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3910D; }
p { color: rgb(195,145,13); }
H1.HeaderClassName
{
color: #C3910D;
}
.AnyTagClassName
{
color: #C3910D;
}
</style>
background-color css
<style>
a { background-color: #C3910D; }
a { background-color: rgb(195,145,13); }
div.DivClassName
{
background-color: #C3910D;
}
.BgClassName
{
background-color: #C3910D;
}
</style>
border-color css
<style>
span { border-color: #C3910D; }
span { border-color: rgb(195,145,13); }
td.TdClassName
{
border-color: #C3910D;
}
.TagClassName
{
border-color: #C3910D;
}
</style>