Shades of Dark Goldenrod #C5940B
Tints of Dark Goldenrod #C5940B
RGB
CMYK
RGB Variations
Color information
#C5940B (or 0xC5940B) is known color: Dark Goldenrod. HEX triplet: C5, 94 and 0B. RGB value is (197,148,11). Sum of RGB (Red+Green+Blue) = 197+148+11=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5940B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5940B is #3A6BF4. Grayscale: #939393. Windows color (decimal): -3828725 or 758981. OLE color: 758981.
HSL color Cylindrical-coordinate representation of color #C5940B: hue angle of 44.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 #C5940B is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 148 | 11 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.23 |
| HSL | 44.19º | 0.89% | 0.41% | - |
| HSV(B) | 44.19º | 0.94% | 0.77% | - |
| XYZ | 33.68 | 33.07 | 4.93 | - |
| YUV | 147.03 | 51.23 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 11 | 0 | 0.25 | 0.94 | 0.23 | 44.19 | 0.89 | 0.41 |
| Hex | C5 | 94 | B | 0 | 19 | 5E | 17 | 2C | 59 | 29 |
| Octal | 305 | 224 | 13 | 0 | 31 | 136 | 27 | 54 | 131 | 51 |
| Binary | 11000101 | 10010100 | 1011 | 0 | 11001 | 1011110 | 10111 | 101100 | 1011001 | 101001 |
Color Harmonies of #C5940B
Complementary color
Monochromatic Colors of #C5940B
Black with #C5940B
Text Example
Text Example
White with #C5940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5940B; }
p { color: rgb(197,148,11); }
H1.HeaderClassName
{
color: #C5940B;
}
.AnyTagClassName
{
color: #C5940B;
}
</style>
background-color css
<style>
a { background-color: #C5940B; }
a { background-color: rgb(197,148,11); }
div.DivClassName
{
background-color: #C5940B;
}
.BgClassName
{
background-color: #C5940B;
}
</style>
border-color css
<style>
span { border-color: #C5940B; }
span { border-color: rgb(197,148,11); }
td.TdClassName
{
border-color: #C5940B;
}
.TagClassName
{
border-color: #C5940B;
}
</style>