Shades of Dark Goldenrod #C3870A
Tints of Dark Goldenrod #C3870A
RGB
CMYK
RGB Variations
Color information
#C3870A (or 0xC3870A) is known color: Dark Goldenrod. HEX triplet: C3, 87 and 0A. RGB value is (195,135,10). Sum of RGB (Red+Green+Blue) = 195+135+10=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C3870A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3870A is #3C78F5. Grayscale: #8B8B8B. Windows color (decimal): -3963126 or 690115. OLE color: 690115.
HSL color Cylindrical-coordinate representation of color #C3870A: hue angle of 40.54º 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 #C3870A is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 135 | 10 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.24 |
| HSL | 40.54º | 0.9% | 0.4% | - |
| HSV(B) | 40.54º | 0.95% | 0.76% | - |
| XYZ | 31.22 | 28.95 | 4.23 | - |
| YUV | 138.69 | 55.38 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 10 | 0 | 0.31 | 0.95 | 0.24 | 40.54 | 0.9 | 0.4 |
| Hex | C3 | 87 | A | 0 | 1F | 5F | 18 | 29 | 5A | 28 |
| Octal | 303 | 207 | 12 | 0 | 37 | 137 | 30 | 51 | 132 | 50 |
| Binary | 11000011 | 10000111 | 1010 | 0 | 11111 | 1011111 | 11000 | 101001 | 1011010 | 101000 |
Color Harmonies of #C3870A
Complementary color
Monochromatic Colors of #C3870A
Black with #C3870A
Text Example
Text Example
White with #C3870A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3870A; }
p { color: rgb(195,135,10); }
H1.HeaderClassName
{
color: #C3870A;
}
.AnyTagClassName
{
color: #C3870A;
}
</style>
background-color css
<style>
a { background-color: #C3870A; }
a { background-color: rgb(195,135,10); }
div.DivClassName
{
background-color: #C3870A;
}
.BgClassName
{
background-color: #C3870A;
}
</style>
border-color css
<style>
span { border-color: #C3870A; }
span { border-color: rgb(195,135,10); }
td.TdClassName
{
border-color: #C3870A;
}
.TagClassName
{
border-color: #C3870A;
}
</style>