Shades of Dark Goldenrod #C57F08
Tints of Dark Goldenrod #C57F08
RGB
CMYK
RGB Variations
Color information
#C57F08 (or 0xC57F08) is known color: Dark Goldenrod. HEX triplet: C5, 7F and 08. RGB value is (197,127,8). Sum of RGB (Red+Green+Blue) = 197+127+8=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 8 (3.52% from 255 or 2.41% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57F08 is #3A80F7. Grayscale: #868686. Windows color (decimal): -3834104 or 556997. OLE color: 556997.
HSL color Cylindrical-coordinate representation of color #C57F08: hue angle of 37.78º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C57F08 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 8 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.23 |
| HSL | 37.78º | 0.92% | 0.4% | - |
| HSV(B) | 37.78º | 0.96% | 0.77% | - |
| XYZ | 30.66 | 27.07 | 3.84 | - |
| YUV | 134.36 | 56.69 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 8 | 0 | 0.36 | 0.96 | 0.23 | 37.78 | 0.92 | 0.4 |
| Hex | C5 | 7F | 8 | 0 | 24 | 60 | 17 | 26 | 5C | 28 |
| Octal | 305 | 177 | 10 | 0 | 44 | 140 | 27 | 46 | 134 | 50 |
| Binary | 11000101 | 1111111 | 1000 | 0 | 100100 | 1100000 | 10111 | 100110 | 1011100 | 101000 |
Color Harmonies of #C57F08
Complementary color
Monochromatic Colors of #C57F08
Black with #C57F08
Text Example
Text Example
White with #C57F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57F08; }
p { color: rgb(197,127,8); }
H1.HeaderClassName
{
color: #C57F08;
}
.AnyTagClassName
{
color: #C57F08;
}
</style>
background-color css
<style>
a { background-color: #C57F08; }
a { background-color: rgb(197,127,8); }
div.DivClassName
{
background-color: #C57F08;
}
.BgClassName
{
background-color: #C57F08;
}
</style>
border-color css
<style>
span { border-color: #C57F08; }
span { border-color: rgb(197,127,8); }
td.TdClassName
{
border-color: #C57F08;
}
.TagClassName
{
border-color: #C57F08;
}
</style>