Shades of Dark Goldenrod #C77D10
Tints of Dark Goldenrod #C77D10
RGB
CMYK
RGB Variations
Color information
#C77D10 (or 0xC77D10) is known color: Dark Goldenrod. HEX triplet: C7, 7D and 10. RGB value is (199,125,16). Sum of RGB (Red+Green+Blue) = 199+125+16=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77D10 is #3882EF. Grayscale: #878787. Windows color (decimal): -3703536 or 1080775. OLE color: 1080775.
HSL color Cylindrical-coordinate representation of color #C77D10: hue angle of 35.74º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C77D10 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 125 | 16 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.22 |
| HSL | 35.74º | 0.85% | 0.42% | - |
| HSV(B) | 35.74º | 0.92% | 0.78% | - |
| XYZ | 30.98 | 26.85 | 4.04 | - |
| YUV | 134.7 | 61.02 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 125 | 16 | 0 | 0.37 | 0.92 | 0.22 | 35.74 | 0.85 | 0.42 |
| Hex | C7 | 7D | 10 | 0 | 25 | 5C | 16 | 24 | 55 | 2A |
| Octal | 307 | 175 | 20 | 0 | 45 | 134 | 26 | 44 | 125 | 52 |
| Binary | 11000111 | 1111101 | 10000 | 0 | 100101 | 1011100 | 10110 | 100100 | 1010101 | 101010 |
Color Harmonies of #C77D10
Complementary color
Monochromatic Colors of #C77D10
Black with #C77D10
Text Example
Text Example
White with #C77D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77D10; }
p { color: rgb(199,125,16); }
H1.HeaderClassName
{
color: #C77D10;
}
.AnyTagClassName
{
color: #C77D10;
}
</style>
background-color css
<style>
a { background-color: #C77D10; }
a { background-color: rgb(199,125,16); }
div.DivClassName
{
background-color: #C77D10;
}
.BgClassName
{
background-color: #C77D10;
}
</style>
border-color css
<style>
span { border-color: #C77D10; }
span { border-color: rgb(199,125,16); }
td.TdClassName
{
border-color: #C77D10;
}
.TagClassName
{
border-color: #C77D10;
}
</style>