Shades of Dark Goldenrod #C0770C
Tints of Dark Goldenrod #C0770C
RGB
CMYK
RGB Variations
Color information
#C0770C (or 0xC0770C) is known color: Dark Goldenrod. HEX triplet: C0, 77 and 0C. RGB value is (192,119,12). Sum of RGB (Red+Green+Blue) = 192+119+12=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C0770C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0770C is #3F88F3. Grayscale: #818181. Windows color (decimal): -4163828 or 817088. OLE color: 817088.
HSL color Cylindrical-coordinate representation of color #C0770C: hue angle of 35.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0770C is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 12 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.25 |
| HSL | 35.67º | 0.88% | 0.4% | - |
| HSV(B) | 35.67º | 0.94% | 0.75% | - |
| XYZ | 28.4 | 24.43 | 3.57 | - |
| YUV | 128.63 | 62.18 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 12 | 0 | 0.38 | 0.94 | 0.25 | 35.67 | 0.88 | 0.4 |
| Hex | C0 | 77 | C | 0 | 26 | 5E | 19 | 24 | 58 | 28 |
| Octal | 300 | 167 | 14 | 0 | 46 | 136 | 31 | 44 | 130 | 50 |
| Binary | 11000000 | 1110111 | 1100 | 0 | 100110 | 1011110 | 11001 | 100100 | 1011000 | 101000 |
Color Harmonies of #C0770C
Complementary color
Monochromatic Colors of #C0770C
Black with #C0770C
Text Example
Text Example
White with #C0770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0770C; }
p { color: rgb(192,119,12); }
H1.HeaderClassName
{
color: #C0770C;
}
.AnyTagClassName
{
color: #C0770C;
}
</style>
background-color css
<style>
a { background-color: #C0770C; }
a { background-color: rgb(192,119,12); }
div.DivClassName
{
background-color: #C0770C;
}
.BgClassName
{
background-color: #C0770C;
}
</style>
border-color css
<style>
span { border-color: #C0770C; }
span { border-color: rgb(192,119,12); }
td.TdClassName
{
border-color: #C0770C;
}
.TagClassName
{
border-color: #C0770C;
}
</style>