Shades of Dark Goldenrod #C77D00
Tints of Dark Goldenrod #C77D00
RGB
CMYK
RGB Variations
Color information
#C77D00 (or 0xC77D00) is known color: Dark Goldenrod. HEX triplet: C7, 7D and 00. RGB value is (199,125,0). Sum of RGB (Red+Green+Blue) = 199+125+0=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77D00 is #3882FF. Grayscale: #858585. Windows color (decimal): -3703552 or 32199. OLE color: 32199.
HSL color Cylindrical-coordinate representation of color #C77D00: hue angle of 37.69º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C77D00 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 125 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.22 |
| HSL | 37.69º | 1% | 0.39% | - |
| HSV(B) | 37.69º | 1% | 0.78% | - |
| XYZ | 30.89 | 26.81 | 3.55 | - |
| YUV | 132.88 | 53.02 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 125 | 0 | 0 | 0.37 | 1 | 0.22 | 37.69 | 1 | 0.39 |
| Hex | C7 | 7D | 0 | 0 | 25 | 64 | 16 | 26 | 64 | 27 |
| Octal | 307 | 175 | 0 | 0 | 45 | 144 | 26 | 46 | 144 | 47 |
| Binary | 11000111 | 1111101 | 0 | 0 | 100101 | 1100100 | 10110 | 100110 | 1100100 | 100111 |
Color Harmonies of #C77D00
Complementary color
Monochromatic Colors of #C77D00
Black with #C77D00
Text Example
Text Example
White with #C77D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77D00; }
p { color: rgb(199,125,0); }
H1.HeaderClassName
{
color: #C77D00;
}
.AnyTagClassName
{
color: #C77D00;
}
</style>
background-color css
<style>
a { background-color: #C77D00; }
a { background-color: rgb(199,125,0); }
div.DivClassName
{
background-color: #C77D00;
}
.BgClassName
{
background-color: #C77D00;
}
</style>
border-color css
<style>
span { border-color: #C77D00; }
span { border-color: rgb(199,125,0); }
td.TdClassName
{
border-color: #C77D00;
}
.TagClassName
{
border-color: #C77D00;
}
</style>