Shades of Dark Goldenrod #C2740A
Tints of Dark Goldenrod #C2740A
RGB
CMYK
RGB Variations
Color information
#C2740A (or 0xC2740A) is known color: Dark Goldenrod. HEX triplet: C2, 74 and 0A. RGB value is (194,116,10). Sum of RGB (Red+Green+Blue) = 194+116+10=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C2740A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2740A is #3D8BF5. Grayscale: #7F7F7F. Windows color (decimal): -4033526 or 685250. OLE color: 685250.
HSL color Cylindrical-coordinate representation of color #C2740A: hue angle of 34.57º 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 #C2740A is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 10 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.24 |
| HSL | 34.57º | 0.9% | 0.4% | - |
| HSV(B) | 34.57º | 0.95% | 0.76% | - |
| XYZ | 28.55 | 23.98 | 3.41 | - |
| YUV | 127.24 | 61.84 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 10 | 0 | 0.40 | 0.95 | 0.24 | 34.57 | 0.9 | 0.4 |
| Hex | C2 | 74 | A | 0 | 28 | 5F | 18 | 23 | 5A | 28 |
| Octal | 302 | 164 | 12 | 0 | 50 | 137 | 30 | 43 | 132 | 50 |
| Binary | 11000010 | 1110100 | 1010 | 0 | 101000 | 1011111 | 11000 | 100011 | 1011010 | 101000 |
Color Harmonies of #C2740A
Complementary color
Monochromatic Colors of #C2740A
Black with #C2740A
Text Example
Text Example
White with #C2740A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2740A; }
p { color: rgb(194,116,10); }
H1.HeaderClassName
{
color: #C2740A;
}
.AnyTagClassName
{
color: #C2740A;
}
</style>
background-color css
<style>
a { background-color: #C2740A; }
a { background-color: rgb(194,116,10); }
div.DivClassName
{
background-color: #C2740A;
}
.BgClassName
{
background-color: #C2740A;
}
</style>
border-color css
<style>
span { border-color: #C2740A; }
span { border-color: rgb(194,116,10); }
td.TdClassName
{
border-color: #C2740A;
}
.TagClassName
{
border-color: #C2740A;
}
</style>