Shades of Dark Goldenrod #C57502
Tints of Dark Goldenrod #C57502
RGB
CMYK
RGB Variations
Color information
#C57502 (or 0xC57502) is known color: Dark Goldenrod. HEX triplet: C5, 75 and 02. RGB value is (197,117,2). Sum of RGB (Red+Green+Blue) = 197+117+2=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C57502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57502 is #3A8AFD. Grayscale: #808080. Windows color (decimal): -3836670 or 161221. OLE color: 161221.
HSL color Cylindrical-coordinate representation of color #C57502: hue angle of 35.38º 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 #C57502 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 2 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.23 |
| HSL | 35.38º | 0.98% | 0.39% | - |
| HSV(B) | 35.38º | 0.99% | 0.77% | - |
| XYZ | 29.4 | 24.6 | 3.26 | - |
| YUV | 127.81 | 57 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 2 | 0 | 0.41 | 0.99 | 0.23 | 35.38 | 0.98 | 0.39 |
| Hex | C5 | 75 | 2 | 0 | 29 | 63 | 17 | 23 | 62 | 27 |
| Octal | 305 | 165 | 2 | 0 | 51 | 143 | 27 | 43 | 142 | 47 |
| Binary | 11000101 | 1110101 | 10 | 0 | 101001 | 1100011 | 10111 | 100011 | 1100010 | 100111 |
Color Harmonies of #C57502
Complementary color
Monochromatic Colors of #C57502
Black with #C57502
Text Example
Text Example
White with #C57502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57502; }
p { color: rgb(197,117,2); }
H1.HeaderClassName
{
color: #C57502;
}
.AnyTagClassName
{
color: #C57502;
}
</style>
background-color css
<style>
a { background-color: #C57502; }
a { background-color: rgb(197,117,2); }
div.DivClassName
{
background-color: #C57502;
}
.BgClassName
{
background-color: #C57502;
}
</style>
border-color css
<style>
span { border-color: #C57502; }
span { border-color: rgb(197,117,2); }
td.TdClassName
{
border-color: #C57502;
}
.TagClassName
{
border-color: #C57502;
}
</style>