Shades of Dark Goldenrod #C57802
Tints of Dark Goldenrod #C57802
RGB
CMYK
RGB Variations
Color information
#C57802 (or 0xC57802) is known color: Dark Goldenrod. HEX triplet: C5, 78 and 02. RGB value is (197,120,2). Sum of RGB (Red+Green+Blue) = 197+120+2=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C57802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57802 is #3A87FD. Grayscale: #828282. Windows color (decimal): -3835902 or 161989. OLE color: 161989.
HSL color Cylindrical-coordinate representation of color #C57802: hue angle of 36.31º 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 #C57802 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 2 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.23 |
| HSL | 36.31º | 0.98% | 0.39% | - |
| HSV(B) | 36.31º | 0.99% | 0.77% | - |
| XYZ | 29.75 | 25.31 | 3.37 | - |
| YUV | 129.57 | 56.01 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 2 | 0 | 0.39 | 0.99 | 0.23 | 36.31 | 0.98 | 0.39 |
| Hex | C5 | 78 | 2 | 0 | 27 | 63 | 17 | 24 | 62 | 27 |
| Octal | 305 | 170 | 2 | 0 | 47 | 143 | 27 | 44 | 142 | 47 |
| Binary | 11000101 | 1111000 | 10 | 0 | 100111 | 1100011 | 10111 | 100100 | 1100010 | 100111 |
Color Harmonies of #C57802
Complementary color
Monochromatic Colors of #C57802
Black with #C57802
Text Example
Text Example
White with #C57802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57802; }
p { color: rgb(197,120,2); }
H1.HeaderClassName
{
color: #C57802;
}
.AnyTagClassName
{
color: #C57802;
}
</style>
background-color css
<style>
a { background-color: #C57802; }
a { background-color: rgb(197,120,2); }
div.DivClassName
{
background-color: #C57802;
}
.BgClassName
{
background-color: #C57802;
}
</style>
border-color css
<style>
span { border-color: #C57802; }
span { border-color: rgb(197,120,2); }
td.TdClassName
{
border-color: #C57802;
}
.TagClassName
{
border-color: #C57802;
}
</style>