Shades of Dark Goldenrod #C77E04
Tints of Dark Goldenrod #C77E04
RGB
CMYK
RGB Variations
Color information
#C77E04 (or 0xC77E04) is known color: Dark Goldenrod. HEX triplet: C7, 7E and 04. RGB value is (199,126,4). Sum of RGB (Red+Green+Blue) = 199+126+4=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 4 (1.95% from 255 or 1.22% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77E04 is #3881FB. Grayscale: #868686. Windows color (decimal): -3703292 or 294599. OLE color: 294599.
HSL color Cylindrical-coordinate representation of color #C77E04: hue angle of 37.54º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C77E04 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 126 | 4 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.22 |
| HSL | 37.54º | 0.96% | 0.4% | - |
| HSV(B) | 37.54º | 0.98% | 0.78% | - |
| XYZ | 31.04 | 27.07 | 3.7 | - |
| YUV | 133.92 | 54.68 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 4 | 0 | 0.37 | 0.98 | 0.22 | 37.54 | 0.96 | 0.4 |
| Hex | C7 | 7E | 4 | 0 | 25 | 62 | 16 | 26 | 60 | 28 |
| Octal | 307 | 176 | 4 | 0 | 45 | 142 | 26 | 46 | 140 | 50 |
| Binary | 11000111 | 1111110 | 100 | 0 | 100101 | 1100010 | 10110 | 100110 | 1100000 | 101000 |
Color Harmonies of #C77E04
Complementary color
Monochromatic Colors of #C77E04
Black with #C77E04
Text Example
Text Example
White with #C77E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77E04; }
p { color: rgb(199,126,4); }
H1.HeaderClassName
{
color: #C77E04;
}
.AnyTagClassName
{
color: #C77E04;
}
</style>
background-color css
<style>
a { background-color: #C77E04; }
a { background-color: rgb(199,126,4); }
div.DivClassName
{
background-color: #C77E04;
}
.BgClassName
{
background-color: #C77E04;
}
</style>
border-color css
<style>
span { border-color: #C77E04; }
span { border-color: rgb(199,126,4); }
td.TdClassName
{
border-color: #C77E04;
}
.TagClassName
{
border-color: #C77E04;
}
</style>