Shades of Dark Goldenrod #C57E09
Tints of Dark Goldenrod #C57E09
RGB
CMYK
RGB Variations
Color information
#C57E09 (or 0xC57E09) is known color: Dark Goldenrod. HEX triplet: C5, 7E and 09. RGB value is (197,126,9). Sum of RGB (Red+Green+Blue) = 197+126+9=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 9 (3.91% from 255 or 2.71% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57E09 is #3A81F6. Grayscale: #868686. Windows color (decimal): -3834359 or 622277. OLE color: 622277.
HSL color Cylindrical-coordinate representation of color #C57E09: hue angle of 37.34º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C57E09 is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 126 | 9 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.23 |
| HSL | 37.34º | 0.91% | 0.4% | - |
| HSV(B) | 37.34º | 0.95% | 0.77% | - |
| XYZ | 30.54 | 26.81 | 3.82 | - |
| YUV | 133.89 | 57.52 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 9 | 0 | 0.36 | 0.95 | 0.23 | 37.34 | 0.91 | 0.4 |
| Hex | C5 | 7E | 9 | 0 | 24 | 5F | 17 | 25 | 5B | 28 |
| Octal | 305 | 176 | 11 | 0 | 44 | 137 | 27 | 45 | 133 | 50 |
| Binary | 11000101 | 1111110 | 1001 | 0 | 100100 | 1011111 | 10111 | 100101 | 1011011 | 101000 |
Color Harmonies of #C57E09
Complementary color
Monochromatic Colors of #C57E09
Black with #C57E09
Text Example
Text Example
White with #C57E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57E09; }
p { color: rgb(197,126,9); }
H1.HeaderClassName
{
color: #C57E09;
}
.AnyTagClassName
{
color: #C57E09;
}
</style>
background-color css
<style>
a { background-color: #C57E09; }
a { background-color: rgb(197,126,9); }
div.DivClassName
{
background-color: #C57E09;
}
.BgClassName
{
background-color: #C57E09;
}
</style>
border-color css
<style>
span { border-color: #C57E09; }
span { border-color: rgb(197,126,9); }
td.TdClassName
{
border-color: #C57E09;
}
.TagClassName
{
border-color: #C57E09;
}
</style>