Shades of Dark Goldenrod #C5790B
Tints of Dark Goldenrod #C5790B
RGB
CMYK
RGB Variations
Color information
#C5790B (or 0xC5790B) is known color: Dark Goldenrod. HEX triplet: C5, 79 and 0B. RGB value is (197,121,11). Sum of RGB (Red+Green+Blue) = 197+121+11=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C5790B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5790B is #3A86F4. Grayscale: #838383. Windows color (decimal): -3835637 or 752069. OLE color: 752069.
HSL color Cylindrical-coordinate representation of color #C5790B: hue angle of 35.48º 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 #C5790B is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 121 | 11 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.23 |
| HSL | 35.48º | 0.89% | 0.41% | - |
| HSV(B) | 35.48º | 0.94% | 0.77% | - |
| XYZ | 29.92 | 25.57 | 3.67 | - |
| YUV | 131.18 | 60.18 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 121 | 11 | 0 | 0.39 | 0.94 | 0.23 | 35.48 | 0.89 | 0.41 |
| Hex | C5 | 79 | B | 0 | 27 | 5E | 17 | 23 | 59 | 29 |
| Octal | 305 | 171 | 13 | 0 | 47 | 136 | 27 | 43 | 131 | 51 |
| Binary | 11000101 | 1111001 | 1011 | 0 | 100111 | 1011110 | 10111 | 100011 | 1011001 | 101001 |
Color Harmonies of #C5790B
Complementary color
Monochromatic Colors of #C5790B
Black with #C5790B
Text Example
Text Example
White with #C5790B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5790B; }
p { color: rgb(197,121,11); }
H1.HeaderClassName
{
color: #C5790B;
}
.AnyTagClassName
{
color: #C5790B;
}
</style>
background-color css
<style>
a { background-color: #C5790B; }
a { background-color: rgb(197,121,11); }
div.DivClassName
{
background-color: #C5790B;
}
.BgClassName
{
background-color: #C5790B;
}
</style>
border-color css
<style>
span { border-color: #C5790B; }
span { border-color: rgb(197,121,11); }
td.TdClassName
{
border-color: #C5790B;
}
.TagClassName
{
border-color: #C5790B;
}
</style>