Shades of Dark Goldenrod #C3880A
Tints of Dark Goldenrod #C3880A
RGB
CMYK
RGB Variations
Color information
#C3880A (or 0xC3880A) is known color: Dark Goldenrod. HEX triplet: C3, 88 and 0A. RGB value is (195,136,10). Sum of RGB (Red+Green+Blue) = 195+136+10=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 10 (4.30% from 255 or 2.93% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C3880A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3880A is #3C77F5. Grayscale: #8B8B8B. Windows color (decimal): -3962870 or 690371. OLE color: 690371.
HSL color Cylindrical-coordinate representation of color #C3880A: hue angle of 40.86º 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 #C3880A is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 136 | 10 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.24 |
| HSL | 40.86º | 0.9% | 0.4% | - |
| HSV(B) | 40.86º | 0.95% | 0.76% | - |
| XYZ | 31.36 | 29.23 | 4.28 | - |
| YUV | 139.28 | 55.05 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 10 | 0 | 0.30 | 0.95 | 0.24 | 40.86 | 0.9 | 0.4 |
| Hex | C3 | 88 | A | 0 | 1E | 5F | 18 | 29 | 5A | 28 |
| Octal | 303 | 210 | 12 | 0 | 36 | 137 | 30 | 51 | 132 | 50 |
| Binary | 11000011 | 10001000 | 1010 | 0 | 11110 | 1011111 | 11000 | 101001 | 1011010 | 101000 |
Color Harmonies of #C3880A
Complementary color
Monochromatic Colors of #C3880A
Black with #C3880A
Text Example
Text Example
White with #C3880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3880A; }
p { color: rgb(195,136,10); }
H1.HeaderClassName
{
color: #C3880A;
}
.AnyTagClassName
{
color: #C3880A;
}
</style>
background-color css
<style>
a { background-color: #C3880A; }
a { background-color: rgb(195,136,10); }
div.DivClassName
{
background-color: #C3880A;
}
.BgClassName
{
background-color: #C3880A;
}
</style>
border-color css
<style>
span { border-color: #C3880A; }
span { border-color: rgb(195,136,10); }
td.TdClassName
{
border-color: #C3880A;
}
.TagClassName
{
border-color: #C3880A;
}
</style>