Shades of Dark Goldenrod #C2870A
Tints of Dark Goldenrod #C2870A
RGB
CMYK
RGB Variations
Color information
#C2870A (or 0xC2870A) is known color: Dark Goldenrod. HEX triplet: C2, 87 and 0A. RGB value is (194,135,10). Sum of RGB (Red+Green+Blue) = 194+135+10=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 10 (4.30% from 255 or 2.95% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C2870A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2870A is #3D78F5. Grayscale: #8A8A8A. Windows color (decimal): -4028662 or 690114. OLE color: 690114.
HSL color Cylindrical-coordinate representation of color #C2870A: hue angle of 40.76º 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 #C2870A is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 10 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.24 |
| HSL | 40.76º | 0.9% | 0.4% | - |
| HSV(B) | 40.76º | 0.95% | 0.76% | - |
| XYZ | 30.97 | 28.82 | 4.22 | - |
| YUV | 138.39 | 55.55 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 10 | 0 | 0.30 | 0.95 | 0.24 | 40.76 | 0.9 | 0.4 |
| Hex | C2 | 87 | A | 0 | 1E | 5F | 18 | 29 | 5A | 28 |
| Octal | 302 | 207 | 12 | 0 | 36 | 137 | 30 | 51 | 132 | 50 |
| Binary | 11000010 | 10000111 | 1010 | 0 | 11110 | 1011111 | 11000 | 101001 | 1011010 | 101000 |
Color Harmonies of #C2870A
Complementary color
Monochromatic Colors of #C2870A
Black with #C2870A
Text Example
Text Example
White with #C2870A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2870A; }
p { color: rgb(194,135,10); }
H1.HeaderClassName
{
color: #C2870A;
}
.AnyTagClassName
{
color: #C2870A;
}
</style>
background-color css
<style>
a { background-color: #C2870A; }
a { background-color: rgb(194,135,10); }
div.DivClassName
{
background-color: #C2870A;
}
.BgClassName
{
background-color: #C2870A;
}
</style>
border-color css
<style>
span { border-color: #C2870A; }
span { border-color: rgb(194,135,10); }
td.TdClassName
{
border-color: #C2870A;
}
.TagClassName
{
border-color: #C2870A;
}
</style>