Shades of Dark Goldenrod #C57F02
Tints of Dark Goldenrod #C57F02
RGB
CMYK
RGB Variations
Color information
#C57F02 (or 0xC57F02) is known color: Dark Goldenrod. HEX triplet: C5, 7F and 02. RGB value is (197,127,2). Sum of RGB (Red+Green+Blue) = 197+127+2=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57F02 is #3A80FD. Grayscale: #868686. Windows color (decimal): -3834110 or 163781. OLE color: 163781.
HSL color Cylindrical-coordinate representation of color #C57F02: hue angle of 38.46º 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 #C57F02 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 2 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.23 |
| HSL | 38.46º | 0.98% | 0.39% | - |
| HSV(B) | 38.46º | 0.99% | 0.77% | - |
| XYZ | 30.63 | 27.05 | 3.67 | - |
| YUV | 133.68 | 53.69 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 2 | 0 | 0.36 | 0.99 | 0.23 | 38.46 | 0.98 | 0.39 |
| Hex | C5 | 7F | 2 | 0 | 24 | 63 | 17 | 26 | 62 | 27 |
| Octal | 305 | 177 | 2 | 0 | 44 | 143 | 27 | 46 | 142 | 47 |
| Binary | 11000101 | 1111111 | 10 | 0 | 100100 | 1100011 | 10111 | 100110 | 1100010 | 100111 |
Color Harmonies of #C57F02
Complementary color
Monochromatic Colors of #C57F02
Black with #C57F02
Text Example
Text Example
White with #C57F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57F02; }
p { color: rgb(197,127,2); }
H1.HeaderClassName
{
color: #C57F02;
}
.AnyTagClassName
{
color: #C57F02;
}
</style>
background-color css
<style>
a { background-color: #C57F02; }
a { background-color: rgb(197,127,2); }
div.DivClassName
{
background-color: #C57F02;
}
.BgClassName
{
background-color: #C57F02;
}
</style>
border-color css
<style>
span { border-color: #C57F02; }
span { border-color: rgb(197,127,2); }
td.TdClassName
{
border-color: #C57F02;
}
.TagClassName
{
border-color: #C57F02;
}
</style>