Shades of Dark Goldenrod #C77D0A
Tints of Dark Goldenrod #C77D0A
RGB
CMYK
RGB Variations
Color information
#C77D0A (or 0xC77D0A) is known color: Dark Goldenrod. HEX triplet: C7, 7D and 0A. RGB value is (199,125,10). Sum of RGB (Red+Green+Blue) = 199+125+10=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77D0A is #3882F5. Grayscale: #868686. Windows color (decimal): -3703542 or 687559. OLE color: 687559.
HSL color Cylindrical-coordinate representation of color #C77D0A: hue angle of 36.51º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C77D0A is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 125 | 10 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.22 |
| HSL | 36.51º | 0.9% | 0.41% | - |
| HSV(B) | 36.51º | 0.95% | 0.78% | - |
| XYZ | 30.94 | 26.83 | 3.84 | - |
| YUV | 134.02 | 58.02 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 125 | 10 | 0 | 0.37 | 0.95 | 0.22 | 36.51 | 0.9 | 0.41 |
| Hex | C7 | 7D | A | 0 | 25 | 5F | 16 | 25 | 5A | 29 |
| Octal | 307 | 175 | 12 | 0 | 45 | 137 | 26 | 45 | 132 | 51 |
| Binary | 11000111 | 1111101 | 1010 | 0 | 100101 | 1011111 | 10110 | 100101 | 1011010 | 101001 |
Color Harmonies of #C77D0A
Complementary color
Monochromatic Colors of #C77D0A
Black with #C77D0A
Text Example
Text Example
White with #C77D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77D0A; }
p { color: rgb(199,125,10); }
H1.HeaderClassName
{
color: #C77D0A;
}
.AnyTagClassName
{
color: #C77D0A;
}
</style>
background-color css
<style>
a { background-color: #C77D0A; }
a { background-color: rgb(199,125,10); }
div.DivClassName
{
background-color: #C77D0A;
}
.BgClassName
{
background-color: #C77D0A;
}
</style>
border-color css
<style>
span { border-color: #C77D0A; }
span { border-color: rgb(199,125,10); }
td.TdClassName
{
border-color: #C77D0A;
}
.TagClassName
{
border-color: #C77D0A;
}
</style>