Shades of Dark Goldenrod #C58002
Tints of Dark Goldenrod #C58002
RGB
CMYK
RGB Variations
Color information
#C58002 (or 0xC58002) is known color: Dark Goldenrod. HEX triplet: C5, 80 and 02. RGB value is (197,128,2). Sum of RGB (Red+Green+Blue) = 197+128+2=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C58002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58002 is #3A7FFD. Grayscale: #868686. Windows color (decimal): -3833854 or 164037. OLE color: 164037.
HSL color Cylindrical-coordinate representation of color #C58002: hue angle of 38.77º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C58002 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 2 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.23 |
| HSL | 38.77º | 0.98% | 0.39% | - |
| HSV(B) | 38.77º | 0.99% | 0.77% | - |
| XYZ | 30.76 | 27.31 | 3.71 | - |
| YUV | 134.27 | 53.36 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 2 | 0 | 0.35 | 0.99 | 0.23 | 38.77 | 0.98 | 0.39 |
| Hex | C5 | 80 | 2 | 0 | 23 | 63 | 17 | 27 | 62 | 27 |
| Octal | 305 | 200 | 2 | 0 | 43 | 143 | 27 | 47 | 142 | 47 |
| Binary | 11000101 | 10000000 | 10 | 0 | 100011 | 1100011 | 10111 | 100111 | 1100010 | 100111 |
Color Harmonies of #C58002
Complementary color
Monochromatic Colors of #C58002
Black with #C58002
Text Example
Text Example
White with #C58002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58002; }
p { color: rgb(197,128,2); }
H1.HeaderClassName
{
color: #C58002;
}
.AnyTagClassName
{
color: #C58002;
}
</style>
background-color css
<style>
a { background-color: #C58002; }
a { background-color: rgb(197,128,2); }
div.DivClassName
{
background-color: #C58002;
}
.BgClassName
{
background-color: #C58002;
}
</style>
border-color css
<style>
span { border-color: #C58002; }
span { border-color: rgb(197,128,2); }
td.TdClassName
{
border-color: #C58002;
}
.TagClassName
{
border-color: #C58002;
}
</style>