Shades of Dark Goldenrod #C5770A
Tints of Dark Goldenrod #C5770A
RGB
CMYK
RGB Variations
Color information
#C5770A (or 0xC5770A) is known color: Dark Goldenrod. HEX triplet: C5, 77 and 0A. RGB value is (197,119,10). Sum of RGB (Red+Green+Blue) = 197+119+10=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C5770A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5770A is #3A88F5. Grayscale: #828282. Windows color (decimal): -3836150 or 686021. OLE color: 686021.
HSL color Cylindrical-coordinate representation of color #C5770A: hue angle of 34.97º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5770A is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 10 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.23 |
| HSL | 34.97º | 0.9% | 0.41% | - |
| HSV(B) | 34.97º | 0.95% | 0.77% | - |
| XYZ | 29.68 | 25.09 | 3.57 | - |
| YUV | 129.9 | 60.34 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 10 | 0 | 0.40 | 0.95 | 0.23 | 34.97 | 0.9 | 0.41 |
| Hex | C5 | 77 | A | 0 | 28 | 5F | 17 | 23 | 5A | 29 |
| Octal | 305 | 167 | 12 | 0 | 50 | 137 | 27 | 43 | 132 | 51 |
| Binary | 11000101 | 1110111 | 1010 | 0 | 101000 | 1011111 | 10111 | 100011 | 1011010 | 101001 |
Color Harmonies of #C5770A
Complementary color
Monochromatic Colors of #C5770A
Black with #C5770A
Text Example
Text Example
White with #C5770A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5770A; }
p { color: rgb(197,119,10); }
H1.HeaderClassName
{
color: #C5770A;
}
.AnyTagClassName
{
color: #C5770A;
}
</style>
background-color css
<style>
a { background-color: #C5770A; }
a { background-color: rgb(197,119,10); }
div.DivClassName
{
background-color: #C5770A;
}
.BgClassName
{
background-color: #C5770A;
}
</style>
border-color css
<style>
span { border-color: #C5770A; }
span { border-color: rgb(197,119,10); }
td.TdClassName
{
border-color: #C5770A;
}
.TagClassName
{
border-color: #C5770A;
}
</style>