Shades of Dark Goldenrod #C2810A
Tints of Dark Goldenrod #C2810A
RGB
CMYK
RGB Variations
Color information
#C2810A (or 0xC2810A) is known color: Dark Goldenrod. HEX triplet: C2, 81 and 0A. RGB value is (194,129,10). Sum of RGB (Red+Green+Blue) = 194+129+10=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C2810A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2810A is #3D7EF5. Grayscale: #878787. Windows color (decimal): -4030198 or 688578. OLE color: 688578.
HSL color Cylindrical-coordinate representation of color #C2810A: hue angle of 38.8º 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 #C2810A is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 10 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.24 |
| HSL | 38.8º | 0.9% | 0.4% | - |
| HSV(B) | 38.8º | 0.95% | 0.76% | - |
| XYZ | 30.15 | 27.19 | 3.95 | - |
| YUV | 134.87 | 57.53 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 10 | 0 | 0.34 | 0.95 | 0.24 | 38.8 | 0.9 | 0.4 |
| Hex | C2 | 81 | A | 0 | 22 | 5F | 18 | 27 | 5A | 28 |
| Octal | 302 | 201 | 12 | 0 | 42 | 137 | 30 | 47 | 132 | 50 |
| Binary | 11000010 | 10000001 | 1010 | 0 | 100010 | 1011111 | 11000 | 100111 | 1011010 | 101000 |
Color Harmonies of #C2810A
Complementary color
Monochromatic Colors of #C2810A
Black with #C2810A
Text Example
Text Example
White with #C2810A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2810A; }
p { color: rgb(194,129,10); }
H1.HeaderClassName
{
color: #C2810A;
}
.AnyTagClassName
{
color: #C2810A;
}
</style>
background-color css
<style>
a { background-color: #C2810A; }
a { background-color: rgb(194,129,10); }
div.DivClassName
{
background-color: #C2810A;
}
.BgClassName
{
background-color: #C2810A;
}
</style>
border-color css
<style>
span { border-color: #C2810A; }
span { border-color: rgb(194,129,10); }
td.TdClassName
{
border-color: #C2810A;
}
.TagClassName
{
border-color: #C2810A;
}
</style>