Shades of Dark Goldenrod #C2800A
Tints of Dark Goldenrod #C2800A
RGB
CMYK
RGB Variations
Color information
#C2800A (or 0xC2800A) is known color: Dark Goldenrod. HEX triplet: C2, 80 and 0A. RGB value is (194,128,10). Sum of RGB (Red+Green+Blue) = 194+128+10=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C2800A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2800A is #3D7FF5. Grayscale: #868686. Windows color (decimal): -4030454 or 688322. OLE color: 688322.
HSL color Cylindrical-coordinate representation of color #C2800A: hue angle of 38.48º 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 #C2800A is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 10 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.24 |
| HSL | 38.48º | 0.9% | 0.4% | - |
| HSV(B) | 38.48º | 0.95% | 0.76% | - |
| XYZ | 30.02 | 26.93 | 3.9 | - |
| YUV | 134.28 | 57.87 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 10 | 0 | 0.34 | 0.95 | 0.24 | 38.48 | 0.9 | 0.4 |
| Hex | C2 | 80 | A | 0 | 22 | 5F | 18 | 26 | 5A | 28 |
| Octal | 302 | 200 | 12 | 0 | 42 | 137 | 30 | 46 | 132 | 50 |
| Binary | 11000010 | 10000000 | 1010 | 0 | 100010 | 1011111 | 11000 | 100110 | 1011010 | 101000 |
Color Harmonies of #C2800A
Complementary color
Monochromatic Colors of #C2800A
Black with #C2800A
Text Example
Text Example
White with #C2800A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2800A; }
p { color: rgb(194,128,10); }
H1.HeaderClassName
{
color: #C2800A;
}
.AnyTagClassName
{
color: #C2800A;
}
</style>
background-color css
<style>
a { background-color: #C2800A; }
a { background-color: rgb(194,128,10); }
div.DivClassName
{
background-color: #C2800A;
}
.BgClassName
{
background-color: #C2800A;
}
</style>
border-color css
<style>
span { border-color: #C2800A; }
span { border-color: rgb(194,128,10); }
td.TdClassName
{
border-color: #C2800A;
}
.TagClassName
{
border-color: #C2800A;
}
</style>