Shades of Dark Goldenrod #C07700
Tints of Dark Goldenrod #C07700
RGB
CMYK
RGB Variations
Color information
#C07700 (or 0xC07700) is known color: Dark Goldenrod. HEX triplet: C0, 77 and 00. RGB value is (192,119,0). Sum of RGB (Red+Green+Blue) = 192+119+0=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C07700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07700 is #3F88FF. Grayscale: #7F7F7F. Windows color (decimal): -4163840 or 30656. OLE color: 30656.
HSL color Cylindrical-coordinate representation of color #C07700: hue angle of 37.19º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C07700 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.25 |
| HSL | 37.19º | 1% | 0.38% | - |
| HSV(B) | 37.19º | 1% | 0.75% | - |
| XYZ | 28.34 | 24.4 | 3.22 | - |
| YUV | 127.26 | 56.18 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 0 | 0 | 0.38 | 1 | 0.25 | 37.19 | 1 | 0.38 |
| Hex | C0 | 77 | 0 | 0 | 26 | 64 | 19 | 25 | 64 | 26 |
| Octal | 300 | 167 | 0 | 0 | 46 | 144 | 31 | 45 | 144 | 46 |
| Binary | 11000000 | 1110111 | 0 | 0 | 100110 | 1100100 | 11001 | 100101 | 1100100 | 100110 |
Color Harmonies of #C07700
Complementary color
Monochromatic Colors of #C07700
Black with #C07700
Text Example
Text Example
White with #C07700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07700; }
p { color: rgb(192,119,0); }
H1.HeaderClassName
{
color: #C07700;
}
.AnyTagClassName
{
color: #C07700;
}
</style>
background-color css
<style>
a { background-color: #C07700; }
a { background-color: rgb(192,119,0); }
div.DivClassName
{
background-color: #C07700;
}
.BgClassName
{
background-color: #C07700;
}
</style>
border-color css
<style>
span { border-color: #C07700; }
span { border-color: rgb(192,119,0); }
td.TdClassName
{
border-color: #C07700;
}
.TagClassName
{
border-color: #C07700;
}
</style>