Shades of Dark Goldenrod #C0760B
Tints of Dark Goldenrod #C0760B
RGB
CMYK
RGB Variations
Color information
#C0760B (or 0xC0760B) is known color: Dark Goldenrod. HEX triplet: C0, 76 and 0B. RGB value is (192,118,11). Sum of RGB (Red+Green+Blue) = 192+118+11=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C0760B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0760B is #3F89F4. Grayscale: #808080. Windows color (decimal): -4164085 or 751296. OLE color: 751296.
HSL color Cylindrical-coordinate representation of color #C0760B: hue angle of 35.47º degrees, saturation: 0.89, 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 #C0760B is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 11 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.25 |
| HSL | 35.47º | 0.89% | 0.4% | - |
| HSV(B) | 35.47º | 0.94% | 0.75% | - |
| XYZ | 28.28 | 24.19 | 3.49 | - |
| YUV | 127.93 | 62.02 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 11 | 0 | 0.39 | 0.94 | 0.25 | 35.47 | 0.89 | 0.4 |
| Hex | C0 | 76 | B | 0 | 27 | 5E | 19 | 23 | 59 | 28 |
| Octal | 300 | 166 | 13 | 0 | 47 | 136 | 31 | 43 | 131 | 50 |
| Binary | 11000000 | 1110110 | 1011 | 0 | 100111 | 1011110 | 11001 | 100011 | 1011001 | 101000 |
Color Harmonies of #C0760B
Complementary color
Monochromatic Colors of #C0760B
Black with #C0760B
Text Example
Text Example
White with #C0760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0760B; }
p { color: rgb(192,118,11); }
H1.HeaderClassName
{
color: #C0760B;
}
.AnyTagClassName
{
color: #C0760B;
}
</style>
background-color css
<style>
a { background-color: #C0760B; }
a { background-color: rgb(192,118,11); }
div.DivClassName
{
background-color: #C0760B;
}
.BgClassName
{
background-color: #C0760B;
}
</style>
border-color css
<style>
span { border-color: #C0760B; }
span { border-color: rgb(192,118,11); }
td.TdClassName
{
border-color: #C0760B;
}
.TagClassName
{
border-color: #C0760B;
}
</style>