Shades of Dark Goldenrod #C3890A
Tints of Dark Goldenrod #C3890A
RGB
CMYK
RGB Variations
Color information
#C3890A (or 0xC3890A) is known color: Dark Goldenrod. HEX triplet: C3, 89 and 0A. RGB value is (195,137,10). Sum of RGB (Red+Green+Blue) = 195+137+10=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C3890A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3890A is #3C76F5. Grayscale: #8C8C8C. Windows color (decimal): -3962614 or 690627. OLE color: 690627.
HSL color Cylindrical-coordinate representation of color #C3890A: hue angle of 41.19º 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 #C3890A is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 137 | 10 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.24 |
| HSL | 41.19º | 0.9% | 0.4% | - |
| HSV(B) | 41.19º | 0.95% | 0.76% | - |
| XYZ | 31.51 | 29.52 | 4.32 | - |
| YUV | 139.86 | 54.72 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 10 | 0 | 0.30 | 0.95 | 0.24 | 41.19 | 0.9 | 0.4 |
| Hex | C3 | 89 | A | 0 | 1E | 5F | 18 | 29 | 5A | 28 |
| Octal | 303 | 211 | 12 | 0 | 36 | 137 | 30 | 51 | 132 | 50 |
| Binary | 11000011 | 10001001 | 1010 | 0 | 11110 | 1011111 | 11000 | 101001 | 1011010 | 101000 |
Color Harmonies of #C3890A
Complementary color
Monochromatic Colors of #C3890A
Black with #C3890A
Text Example
Text Example
White with #C3890A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3890A; }
p { color: rgb(195,137,10); }
H1.HeaderClassName
{
color: #C3890A;
}
.AnyTagClassName
{
color: #C3890A;
}
</style>
background-color css
<style>
a { background-color: #C3890A; }
a { background-color: rgb(195,137,10); }
div.DivClassName
{
background-color: #C3890A;
}
.BgClassName
{
background-color: #C3890A;
}
</style>
border-color css
<style>
span { border-color: #C3890A; }
span { border-color: rgb(195,137,10); }
td.TdClassName
{
border-color: #C3890A;
}
.TagClassName
{
border-color: #C3890A;
}
</style>