Shades of Dark Goldenrod #C5830A
Tints of Dark Goldenrod #C5830A
RGB
CMYK
RGB Variations
Color information
#C5830A (or 0xC5830A) is known color: Dark Goldenrod. HEX triplet: C5, 83 and 0A. RGB value is (197,131,10). Sum of RGB (Red+Green+Blue) = 197+131+10=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 10 (4.30% from 255 or 2.96% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C5830A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5830A is #3A7CF5. Grayscale: #898989. Windows color (decimal): -3833078 or 689093. OLE color: 689093.
HSL color Cylindrical-coordinate representation of color #C5830A: hue angle of 38.82º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5830A is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 10 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.23 |
| HSL | 38.82º | 0.9% | 0.41% | - |
| HSV(B) | 38.82º | 0.95% | 0.77% | - |
| XYZ | 31.2 | 28.12 | 4.07 | - |
| YUV | 136.94 | 56.37 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 10 | 0 | 0.34 | 0.95 | 0.23 | 38.82 | 0.9 | 0.41 |
| Hex | C5 | 83 | A | 0 | 22 | 5F | 17 | 27 | 5A | 29 |
| Octal | 305 | 203 | 12 | 0 | 42 | 137 | 27 | 47 | 132 | 51 |
| Binary | 11000101 | 10000011 | 1010 | 0 | 100010 | 1011111 | 10111 | 100111 | 1011010 | 101001 |
Color Harmonies of #C5830A
Complementary color
Monochromatic Colors of #C5830A
Black with #C5830A
Text Example
Text Example
White with #C5830A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5830A; }
p { color: rgb(197,131,10); }
H1.HeaderClassName
{
color: #C5830A;
}
.AnyTagClassName
{
color: #C5830A;
}
</style>
background-color css
<style>
a { background-color: #C5830A; }
a { background-color: rgb(197,131,10); }
div.DivClassName
{
background-color: #C5830A;
}
.BgClassName
{
background-color: #C5830A;
}
</style>
border-color css
<style>
span { border-color: #C5830A; }
span { border-color: rgb(197,131,10); }
td.TdClassName
{
border-color: #C5830A;
}
.TagClassName
{
border-color: #C5830A;
}
</style>