Shades of Dark Goldenrod #C5750B
Tints of Dark Goldenrod #C5750B
RGB
CMYK
RGB Variations
Color information
#C5750B (or 0xC5750B) is known color: Dark Goldenrod. HEX triplet: C5, 75 and 0B. RGB value is (197,117,11). Sum of RGB (Red+Green+Blue) = 197+117+11=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C5750B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5750B is #3A8AF4. Grayscale: #818181. Windows color (decimal): -3836661 or 751045. OLE color: 751045.
HSL color Cylindrical-coordinate representation of color #C5750B: hue angle of 34.19º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5750B is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 11 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.23 |
| HSL | 34.19º | 0.89% | 0.41% | - |
| HSV(B) | 34.19º | 0.94% | 0.77% | - |
| XYZ | 29.45 | 24.62 | 3.52 | - |
| YUV | 128.84 | 61.5 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 11 | 0 | 0.41 | 0.94 | 0.23 | 34.19 | 0.89 | 0.41 |
| Hex | C5 | 75 | B | 0 | 29 | 5E | 17 | 22 | 59 | 29 |
| Octal | 305 | 165 | 13 | 0 | 51 | 136 | 27 | 42 | 131 | 51 |
| Binary | 11000101 | 1110101 | 1011 | 0 | 101001 | 1011110 | 10111 | 100010 | 1011001 | 101001 |
Color Harmonies of #C5750B
Complementary color
Monochromatic Colors of #C5750B
Black with #C5750B
Text Example
Text Example
White with #C5750B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5750B; }
p { color: rgb(197,117,11); }
H1.HeaderClassName
{
color: #C5750B;
}
.AnyTagClassName
{
color: #C5750B;
}
</style>
background-color css
<style>
a { background-color: #C5750B; }
a { background-color: rgb(197,117,11); }
div.DivClassName
{
background-color: #C5750B;
}
.BgClassName
{
background-color: #C5750B;
}
</style>
border-color css
<style>
span { border-color: #C5750B; }
span { border-color: rgb(197,117,11); }
td.TdClassName
{
border-color: #C5750B;
}
.TagClassName
{
border-color: #C5750B;
}
</style>