Shades of Dark Goldenrod #C57B0E
Tints of Dark Goldenrod #C57B0E
RGB
CMYK
RGB Variations
Color information
#C57B0E (or 0xC57B0E) is known color: Dark Goldenrod. HEX triplet: C5, 7B and 0E. RGB value is (197,123,14). Sum of RGB (Red+Green+Blue) = 197+123+14=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57B0E is #3A84F1. Grayscale: #858585. Windows color (decimal): -3835122 or 949189. OLE color: 949189.
HSL color Cylindrical-coordinate representation of color #C57B0E: hue angle of 35.74º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C57B0E is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 14 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.23 |
| HSL | 35.74º | 0.87% | 0.41% | - |
| HSV(B) | 35.74º | 0.93% | 0.77% | - |
| XYZ | 30.19 | 26.07 | 3.86 | - |
| YUV | 132.7 | 61.02 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 14 | 0 | 0.38 | 0.93 | 0.23 | 35.74 | 0.87 | 0.41 |
| Hex | C5 | 7B | E | 0 | 26 | 5D | 17 | 24 | 57 | 29 |
| Octal | 305 | 173 | 16 | 0 | 46 | 135 | 27 | 44 | 127 | 51 |
| Binary | 11000101 | 1111011 | 1110 | 0 | 100110 | 1011101 | 10111 | 100100 | 1010111 | 101001 |
Color Harmonies of #C57B0E
Complementary color
Monochromatic Colors of #C57B0E
Black with #C57B0E
Text Example
Text Example
White with #C57B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57B0E; }
p { color: rgb(197,123,14); }
H1.HeaderClassName
{
color: #C57B0E;
}
.AnyTagClassName
{
color: #C57B0E;
}
</style>
background-color css
<style>
a { background-color: #C57B0E; }
a { background-color: rgb(197,123,14); }
div.DivClassName
{
background-color: #C57B0E;
}
.BgClassName
{
background-color: #C57B0E;
}
</style>
border-color css
<style>
span { border-color: #C57B0E; }
span { border-color: rgb(197,123,14); }
td.TdClassName
{
border-color: #C57B0E;
}
.TagClassName
{
border-color: #C57B0E;
}
</style>