Shades of Dark Goldenrod #C5770D
Tints of Dark Goldenrod #C5770D
RGB
CMYK
RGB Variations
Color information
#C5770D (or 0xC5770D) is known color: Dark Goldenrod. HEX triplet: C5, 77 and 0D. RGB value is (197,119,13). Sum of RGB (Red+Green+Blue) = 197+119+13=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C5770D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5770D is #3A88F2. Grayscale: #828282. Windows color (decimal): -3836147 or 882629. OLE color: 882629.
HSL color Cylindrical-coordinate representation of color #C5770D: hue angle of 34.57º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5770D is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 13 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.23 |
| HSL | 34.57º | 0.88% | 0.41% | - |
| HSV(B) | 34.57º | 0.93% | 0.77% | - |
| XYZ | 29.7 | 25.09 | 3.66 | - |
| YUV | 130.24 | 61.84 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 13 | 0 | 0.40 | 0.93 | 0.23 | 34.57 | 0.88 | 0.41 |
| Hex | C5 | 77 | D | 0 | 28 | 5D | 17 | 23 | 58 | 29 |
| Octal | 305 | 167 | 15 | 0 | 50 | 135 | 27 | 43 | 130 | 51 |
| Binary | 11000101 | 1110111 | 1101 | 0 | 101000 | 1011101 | 10111 | 100011 | 1011000 | 101001 |
Color Harmonies of #C5770D
Complementary color
Monochromatic Colors of #C5770D
Black with #C5770D
Text Example
Text Example
White with #C5770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5770D; }
p { color: rgb(197,119,13); }
H1.HeaderClassName
{
color: #C5770D;
}
.AnyTagClassName
{
color: #C5770D;
}
</style>
background-color css
<style>
a { background-color: #C5770D; }
a { background-color: rgb(197,119,13); }
div.DivClassName
{
background-color: #C5770D;
}
.BgClassName
{
background-color: #C5770D;
}
</style>
border-color css
<style>
span { border-color: #C5770D; }
span { border-color: rgb(197,119,13); }
td.TdClassName
{
border-color: #C5770D;
}
.TagClassName
{
border-color: #C5770D;
}
</style>