Shades of Dark Goldenrod #C5920B
Tints of Dark Goldenrod #C5920B
RGB
CMYK
RGB Variations
Color information
#C5920B (or 0xC5920B) is known color: Dark Goldenrod. HEX triplet: C5, 92 and 0B. RGB value is (197,146,11). Sum of RGB (Red+Green+Blue) = 197+146+11=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 11 (4.69% from 255 or 3.11% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C5920B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5920B is #3A6DF4. Grayscale: #929292. Windows color (decimal): -3829237 or 758469. OLE color: 758469.
HSL color Cylindrical-coordinate representation of color #C5920B: hue angle of 43.55º 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 #C5920B is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 11 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.23 |
| HSL | 43.55º | 0.89% | 0.41% | - |
| HSV(B) | 43.55º | 0.94% | 0.77% | - |
| XYZ | 33.37 | 32.45 | 4.82 | - |
| YUV | 145.86 | 51.9 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 11 | 0 | 0.26 | 0.94 | 0.23 | 43.55 | 0.89 | 0.41 |
| Hex | C5 | 92 | B | 0 | 1A | 5E | 17 | 2C | 59 | 29 |
| Octal | 305 | 222 | 13 | 0 | 32 | 136 | 27 | 54 | 131 | 51 |
| Binary | 11000101 | 10010010 | 1011 | 0 | 11010 | 1011110 | 10111 | 101100 | 1011001 | 101001 |
Color Harmonies of #C5920B
Complementary color
Monochromatic Colors of #C5920B
Black with #C5920B
Text Example
Text Example
White with #C5920B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5920B; }
p { color: rgb(197,146,11); }
H1.HeaderClassName
{
color: #C5920B;
}
.AnyTagClassName
{
color: #C5920B;
}
</style>
background-color css
<style>
a { background-color: #C5920B; }
a { background-color: rgb(197,146,11); }
div.DivClassName
{
background-color: #C5920B;
}
.BgClassName
{
background-color: #C5920B;
}
</style>
border-color css
<style>
span { border-color: #C5920B; }
span { border-color: rgb(197,146,11); }
td.TdClassName
{
border-color: #C5920B;
}
.TagClassName
{
border-color: #C5920B;
}
</style>