Shades of Dark Goldenrod #C57E05
Tints of Dark Goldenrod #C57E05
RGB
CMYK
RGB Variations
Color information
#C57E05 (or 0xC57E05) is known color: Dark Goldenrod. HEX triplet: C5, 7E and 05. RGB value is (197,126,5). Sum of RGB (Red+Green+Blue) = 197+126+5=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 126 (49.61% from 255 or 38.41% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57E05 is #3A81FA. Grayscale: #858585. Windows color (decimal): -3834363 or 360133. OLE color: 360133.
HSL color Cylindrical-coordinate representation of color #C57E05: hue angle of 37.81º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C57E05 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 126 | 5 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.23 |
| HSL | 37.81º | 0.95% | 0.4% | - |
| HSV(B) | 37.81º | 0.97% | 0.77% | - |
| XYZ | 30.51 | 26.8 | 3.71 | - |
| YUV | 133.44 | 55.52 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 5 | 0 | 0.36 | 0.97 | 0.23 | 37.81 | 0.95 | 0.4 |
| Hex | C5 | 7E | 5 | 0 | 24 | 61 | 17 | 26 | 5F | 28 |
| Octal | 305 | 176 | 5 | 0 | 44 | 141 | 27 | 46 | 137 | 50 |
| Binary | 11000101 | 1111110 | 101 | 0 | 100100 | 1100001 | 10111 | 100110 | 1011111 | 101000 |
Color Harmonies of #C57E05
Complementary color
Monochromatic Colors of #C57E05
Black with #C57E05
Text Example
Text Example
White with #C57E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57E05; }
p { color: rgb(197,126,5); }
H1.HeaderClassName
{
color: #C57E05;
}
.AnyTagClassName
{
color: #C57E05;
}
</style>
background-color css
<style>
a { background-color: #C57E05; }
a { background-color: rgb(197,126,5); }
div.DivClassName
{
background-color: #C57E05;
}
.BgClassName
{
background-color: #C57E05;
}
</style>
border-color css
<style>
span { border-color: #C57E05; }
span { border-color: rgb(197,126,5); }
td.TdClassName
{
border-color: #C57E05;
}
.TagClassName
{
border-color: #C57E05;
}
</style>