Shades of Dark Goldenrod #C0730E
Tints of Dark Goldenrod #C0730E
RGB
CMYK
RGB Variations
Color information
#C0730E (or 0xC0730E) is known color: Dark Goldenrod. HEX triplet: C0, 73 and 0E. RGB value is (192,115,14). Sum of RGB (Red+Green+Blue) = 192+115+14=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 14 (5.86% from 255 or 4.36% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C0730E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0730E is #3F8CF1. Grayscale: #7E7E7E. Windows color (decimal): -4164850 or 947136. OLE color: 947136.
HSL color Cylindrical-coordinate representation of color #C0730E: hue angle of 34.04º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0730E is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 115 | 14 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.25 |
| HSL | 34.04º | 0.86% | 0.4% | - |
| HSV(B) | 34.04º | 0.93% | 0.75% | - |
| XYZ | 27.95 | 23.5 | 3.48 | - |
| YUV | 126.51 | 64.51 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 14 | 0 | 0.40 | 0.93 | 0.25 | 34.04 | 0.86 | 0.4 |
| Hex | C0 | 73 | E | 0 | 28 | 5D | 19 | 22 | 56 | 28 |
| Octal | 300 | 163 | 16 | 0 | 50 | 135 | 31 | 42 | 126 | 50 |
| Binary | 11000000 | 1110011 | 1110 | 0 | 101000 | 1011101 | 11001 | 100010 | 1010110 | 101000 |
Color Harmonies of #C0730E
Complementary color
Monochromatic Colors of #C0730E
Black with #C0730E
Text Example
Text Example
White with #C0730E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0730E; }
p { color: rgb(192,115,14); }
H1.HeaderClassName
{
color: #C0730E;
}
.AnyTagClassName
{
color: #C0730E;
}
</style>
background-color css
<style>
a { background-color: #C0730E; }
a { background-color: rgb(192,115,14); }
div.DivClassName
{
background-color: #C0730E;
}
.BgClassName
{
background-color: #C0730E;
}
</style>
border-color css
<style>
span { border-color: #C0730E; }
span { border-color: rgb(192,115,14); }
td.TdClassName
{
border-color: #C0730E;
}
.TagClassName
{
border-color: #C0730E;
}
</style>