Shades of Dark Goldenrod #C57B08
Tints of Dark Goldenrod #C57B08
RGB
CMYK
RGB Variations
Color information
#C57B08 (or 0xC57B08) is known color: Dark Goldenrod. HEX triplet: C5, 7B and 08. RGB value is (197,123,8). Sum of RGB (Red+Green+Blue) = 197+123+8=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57B08 is #3A84F7. Grayscale: #848484. Windows color (decimal): -3835128 or 555973. OLE color: 555973.
HSL color Cylindrical-coordinate representation of color #C57B08: hue angle of 36.51º 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 #C57B08 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 8 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.23 |
| HSL | 36.51º | 0.92% | 0.4% | - |
| HSV(B) | 36.51º | 0.96% | 0.77% | - |
| XYZ | 30.15 | 26.05 | 3.67 | - |
| YUV | 132.02 | 58.02 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 8 | 0 | 0.38 | 0.96 | 0.23 | 36.51 | 0.92 | 0.4 |
| Hex | C5 | 7B | 8 | 0 | 26 | 60 | 17 | 25 | 5C | 28 |
| Octal | 305 | 173 | 10 | 0 | 46 | 140 | 27 | 45 | 134 | 50 |
| Binary | 11000101 | 1111011 | 1000 | 0 | 100110 | 1100000 | 10111 | 100101 | 1011100 | 101000 |
Color Harmonies of #C57B08
Complementary color
Monochromatic Colors of #C57B08
Black with #C57B08
Text Example
Text Example
White with #C57B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57B08; }
p { color: rgb(197,123,8); }
H1.HeaderClassName
{
color: #C57B08;
}
.AnyTagClassName
{
color: #C57B08;
}
</style>
background-color css
<style>
a { background-color: #C57B08; }
a { background-color: rgb(197,123,8); }
div.DivClassName
{
background-color: #C57B08;
}
.BgClassName
{
background-color: #C57B08;
}
</style>
border-color css
<style>
span { border-color: #C57B08; }
span { border-color: rgb(197,123,8); }
td.TdClassName
{
border-color: #C57B08;
}
.TagClassName
{
border-color: #C57B08;
}
</style>