Shades of Dark Goldenrod #C0730A
Tints of Dark Goldenrod #C0730A
RGB
CMYK
RGB Variations
Color information
#C0730A (or 0xC0730A) is known color: Dark Goldenrod. HEX triplet: C0, 73 and 0A. RGB value is (192,115,10). Sum of RGB (Red+Green+Blue) = 192+115+10=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C0730A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0730A is #3F8CF5. Grayscale: #7E7E7E. Windows color (decimal): -4164854 or 684992. OLE color: 684992.
HSL color Cylindrical-coordinate representation of color #C0730A: hue angle of 34.62º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0730A is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 115 | 10 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.25 |
| HSL | 34.62º | 0.9% | 0.4% | - |
| HSV(B) | 34.62º | 0.95% | 0.75% | - |
| XYZ | 27.92 | 23.49 | 3.35 | - |
| YUV | 126.05 | 62.51 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 10 | 0 | 0.40 | 0.95 | 0.25 | 34.62 | 0.9 | 0.4 |
| Hex | C0 | 73 | A | 0 | 28 | 5F | 19 | 23 | 5A | 28 |
| Octal | 300 | 163 | 12 | 0 | 50 | 137 | 31 | 43 | 132 | 50 |
| Binary | 11000000 | 1110011 | 1010 | 0 | 101000 | 1011111 | 11001 | 100011 | 1011010 | 101000 |
Color Harmonies of #C0730A
Complementary color
Monochromatic Colors of #C0730A
Black with #C0730A
Text Example
Text Example
White with #C0730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0730A; }
p { color: rgb(192,115,10); }
H1.HeaderClassName
{
color: #C0730A;
}
.AnyTagClassName
{
color: #C0730A;
}
</style>
background-color css
<style>
a { background-color: #C0730A; }
a { background-color: rgb(192,115,10); }
div.DivClassName
{
background-color: #C0730A;
}
.BgClassName
{
background-color: #C0730A;
}
</style>
border-color css
<style>
span { border-color: #C0730A; }
span { border-color: rgb(192,115,10); }
td.TdClassName
{
border-color: #C0730A;
}
.TagClassName
{
border-color: #C0730A;
}
</style>