Shades of Dark Goldenrod #C3950A
Tints of Dark Goldenrod #C3950A
RGB
CMYK
RGB Variations
Color information
#C3950A (or 0xC3950A) is known color: Dark Goldenrod. HEX triplet: C3, 95 and 0A. RGB value is (195,149,10). Sum of RGB (Red+Green+Blue) = 195+149+10=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 10 (4.30% from 255 or 2.82% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C3950A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3950A is #3C6AF5. Grayscale: #939393. Windows color (decimal): -3959542 or 693699. OLE color: 693699.
HSL color Cylindrical-coordinate representation of color #C3950A: hue angle of 45.08º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C3950A is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 10 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.24 |
| HSL | 45.08º | 0.9% | 0.4% | - |
| HSV(B) | 45.08º | 0.95% | 0.76% | - |
| XYZ | 33.31 | 33.12 | 4.92 | - |
| YUV | 146.91 | 50.74 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 10 | 0 | 0.24 | 0.95 | 0.24 | 45.08 | 0.9 | 0.4 |
| Hex | C3 | 95 | A | 0 | 18 | 5F | 18 | 2D | 5A | 28 |
| Octal | 303 | 225 | 12 | 0 | 30 | 137 | 30 | 55 | 132 | 50 |
| Binary | 11000011 | 10010101 | 1010 | 0 | 11000 | 1011111 | 11000 | 101101 | 1011010 | 101000 |
Color Harmonies of #C3950A
Complementary color
Monochromatic Colors of #C3950A
Black with #C3950A
Text Example
Text Example
White with #C3950A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3950A; }
p { color: rgb(195,149,10); }
H1.HeaderClassName
{
color: #C3950A;
}
.AnyTagClassName
{
color: #C3950A;
}
</style>
background-color css
<style>
a { background-color: #C3950A; }
a { background-color: rgb(195,149,10); }
div.DivClassName
{
background-color: #C3950A;
}
.BgClassName
{
background-color: #C3950A;
}
</style>
border-color css
<style>
span { border-color: #C3950A; }
span { border-color: rgb(195,149,10); }
td.TdClassName
{
border-color: #C3950A;
}
.TagClassName
{
border-color: #C3950A;
}
</style>