Shades of Dark Goldenrod #C77E07
Tints of Dark Goldenrod #C77E07
RGB
CMYK
RGB Variations
Color information
#C77E07 (or 0xC77E07) is known color: Dark Goldenrod. HEX triplet: C7, 7E and 07. RGB value is (199,126,7). Sum of RGB (Red+Green+Blue) = 199+126+7=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 7 (3.12% from 255 or 2.11% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77E07 is #3881F8. Grayscale: #868686. Windows color (decimal): -3703289 or 491207. OLE color: 491207.
HSL color Cylindrical-coordinate representation of color #C77E07: hue angle of 37.19º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C77E07 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 126 | 7 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.22 |
| HSL | 37.19º | 0.93% | 0.4% | - |
| HSV(B) | 37.19º | 0.96% | 0.78% | - |
| XYZ | 31.05 | 27.08 | 3.79 | - |
| YUV | 134.26 | 56.18 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 7 | 0 | 0.37 | 0.96 | 0.22 | 37.19 | 0.93 | 0.4 |
| Hex | C7 | 7E | 7 | 0 | 25 | 60 | 16 | 25 | 5D | 28 |
| Octal | 307 | 176 | 7 | 0 | 45 | 140 | 26 | 45 | 135 | 50 |
| Binary | 11000111 | 1111110 | 111 | 0 | 100101 | 1100000 | 10110 | 100101 | 1011101 | 101000 |
Color Harmonies of #C77E07
Complementary color
Monochromatic Colors of #C77E07
Black with #C77E07
Text Example
Text Example
White with #C77E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77E07; }
p { color: rgb(199,126,7); }
H1.HeaderClassName
{
color: #C77E07;
}
.AnyTagClassName
{
color: #C77E07;
}
</style>
background-color css
<style>
a { background-color: #C77E07; }
a { background-color: rgb(199,126,7); }
div.DivClassName
{
background-color: #C77E07;
}
.BgClassName
{
background-color: #C77E07;
}
</style>
border-color css
<style>
span { border-color: #C77E07; }
span { border-color: rgb(199,126,7); }
td.TdClassName
{
border-color: #C77E07;
}
.TagClassName
{
border-color: #C77E07;
}
</style>