Shades of Dark Goldenrod #C77A0A
Tints of Dark Goldenrod #C77A0A
RGB
CMYK
RGB Variations
Color information
#C77A0A (or 0xC77A0A) is known color: Dark Goldenrod. HEX triplet: C7, 7A and 0A. RGB value is (199,122,10). Sum of RGB (Red+Green+Blue) = 199+122+10=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 10 (4.30% from 255 or 3.02% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77A0A is #3885F5. Grayscale: #848484. Windows color (decimal): -3704310 or 686791. OLE color: 686791.
HSL color Cylindrical-coordinate representation of color #C77A0A: hue angle of 35.56º 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 #C77A0A is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 10 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.22 |
| HSL | 35.56º | 0.9% | 0.41% | - |
| HSV(B) | 35.56º | 0.95% | 0.78% | - |
| XYZ | 30.57 | 26.08 | 3.71 | - |
| YUV | 132.26 | 59.01 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 10 | 0 | 0.39 | 0.95 | 0.22 | 35.56 | 0.9 | 0.41 |
| Hex | C7 | 7A | A | 0 | 27 | 5F | 16 | 24 | 5A | 29 |
| Octal | 307 | 172 | 12 | 0 | 47 | 137 | 26 | 44 | 132 | 51 |
| Binary | 11000111 | 1111010 | 1010 | 0 | 100111 | 1011111 | 10110 | 100100 | 1011010 | 101001 |
Color Harmonies of #C77A0A
Complementary color
Monochromatic Colors of #C77A0A
Black with #C77A0A
Text Example
Text Example
White with #C77A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77A0A; }
p { color: rgb(199,122,10); }
H1.HeaderClassName
{
color: #C77A0A;
}
.AnyTagClassName
{
color: #C77A0A;
}
</style>
background-color css
<style>
a { background-color: #C77A0A; }
a { background-color: rgb(199,122,10); }
div.DivClassName
{
background-color: #C77A0A;
}
.BgClassName
{
background-color: #C77A0A;
}
</style>
border-color css
<style>
span { border-color: #C77A0A; }
span { border-color: rgb(199,122,10); }
td.TdClassName
{
border-color: #C77A0A;
}
.TagClassName
{
border-color: #C77A0A;
}
</style>