Shades of Dark Goldenrod #C5820B
Tints of Dark Goldenrod #C5820B
RGB
CMYK
RGB Variations
Color information
#C5820B (or 0xC5820B) is known color: Dark Goldenrod. HEX triplet: C5, 82 and 0B. RGB value is (197,130,11). Sum of RGB (Red+Green+Blue) = 197+130+11=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C5820B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5820B is #3A7DF4. Grayscale: #898989. Windows color (decimal): -3833333 or 754373. OLE color: 754373.
HSL color Cylindrical-coordinate representation of color #C5820B: hue angle of 38.39º 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 #C5820B is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 130 | 11 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.23 |
| HSL | 38.39º | 0.89% | 0.41% | - |
| HSV(B) | 38.39º | 0.94% | 0.77% | - |
| XYZ | 31.07 | 27.86 | 4.06 | - |
| YUV | 136.47 | 57.2 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 11 | 0 | 0.34 | 0.94 | 0.23 | 38.39 | 0.89 | 0.41 |
| Hex | C5 | 82 | B | 0 | 22 | 5E | 17 | 26 | 59 | 29 |
| Octal | 305 | 202 | 13 | 0 | 42 | 136 | 27 | 46 | 131 | 51 |
| Binary | 11000101 | 10000010 | 1011 | 0 | 100010 | 1011110 | 10111 | 100110 | 1011001 | 101001 |
Color Harmonies of #C5820B
Complementary color
Monochromatic Colors of #C5820B
Black with #C5820B
Text Example
Text Example
White with #C5820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5820B; }
p { color: rgb(197,130,11); }
H1.HeaderClassName
{
color: #C5820B;
}
.AnyTagClassName
{
color: #C5820B;
}
</style>
background-color css
<style>
a { background-color: #C5820B; }
a { background-color: rgb(197,130,11); }
div.DivClassName
{
background-color: #C5820B;
}
.BgClassName
{
background-color: #C5820B;
}
</style>
border-color css
<style>
span { border-color: #C5820B; }
span { border-color: rgb(197,130,11); }
td.TdClassName
{
border-color: #C5820B;
}
.TagClassName
{
border-color: #C5820B;
}
</style>