Shades of Dark Goldenrod #C0770F
Tints of Dark Goldenrod #C0770F
RGB
CMYK
RGB Variations
Color information
#C0770F (or 0xC0770F) is known color: Dark Goldenrod. HEX triplet: C0, 77 and 0F. RGB value is (192,119,15). Sum of RGB (Red+Green+Blue) = 192+119+15=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C0770F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0770F is #3F88F0. Grayscale: #818181. Windows color (decimal): -4163825 or 1013696. OLE color: 1013696.
HSL color Cylindrical-coordinate representation of color #C0770F: hue angle of 35.25º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0770F is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 15 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.25 |
| HSL | 35.25º | 0.86% | 0.41% | - |
| HSV(B) | 35.25º | 0.92% | 0.75% | - |
| XYZ | 28.42 | 24.43 | 3.67 | - |
| YUV | 128.97 | 63.68 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 15 | 0 | 0.38 | 0.92 | 0.25 | 35.25 | 0.86 | 0.41 |
| Hex | C0 | 77 | F | 0 | 26 | 5C | 19 | 23 | 56 | 29 |
| Octal | 300 | 167 | 17 | 0 | 46 | 134 | 31 | 43 | 126 | 51 |
| Binary | 11000000 | 1110111 | 1111 | 0 | 100110 | 1011100 | 11001 | 100011 | 1010110 | 101001 |
Color Harmonies of #C0770F
Complementary color
Monochromatic Colors of #C0770F
Black with #C0770F
Text Example
Text Example
White with #C0770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0770F; }
p { color: rgb(192,119,15); }
H1.HeaderClassName
{
color: #C0770F;
}
.AnyTagClassName
{
color: #C0770F;
}
</style>
background-color css
<style>
a { background-color: #C0770F; }
a { background-color: rgb(192,119,15); }
div.DivClassName
{
background-color: #C0770F;
}
.BgClassName
{
background-color: #C0770F;
}
</style>
border-color css
<style>
span { border-color: #C0770F; }
span { border-color: rgb(192,119,15); }
td.TdClassName
{
border-color: #C0770F;
}
.TagClassName
{
border-color: #C0770F;
}
</style>