Shades of Dark Goldenrod #C57B0C
Tints of Dark Goldenrod #C57B0C
RGB
CMYK
RGB Variations
Color information
#C57B0C (or 0xC57B0C) is known color: Dark Goldenrod. HEX triplet: C5, 7B and 0C. RGB value is (197,123,12). Sum of RGB (Red+Green+Blue) = 197+123+12=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57B0C is #3A84F3. Grayscale: #848484. Windows color (decimal): -3835124 or 818117. OLE color: 818117.
HSL color Cylindrical-coordinate representation of color #C57B0C: hue angle of 36º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C57B0C is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 12 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.23 |
| HSL | 36º | 0.89% | 0.41% | - |
| HSV(B) | 36º | 0.94% | 0.77% | - |
| XYZ | 30.18 | 26.06 | 3.79 | - |
| YUV | 132.47 | 60.02 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 12 | 0 | 0.38 | 0.94 | 0.23 | 36 | 0.89 | 0.41 |
| Hex | C5 | 7B | C | 0 | 26 | 5E | 17 | 24 | 59 | 29 |
| Octal | 305 | 173 | 14 | 0 | 46 | 136 | 27 | 44 | 131 | 51 |
| Binary | 11000101 | 1111011 | 1100 | 0 | 100110 | 1011110 | 10111 | 100100 | 1011001 | 101001 |
Color Harmonies of #C57B0C
Complementary color
Monochromatic Colors of #C57B0C
Black with #C57B0C
Text Example
Text Example
White with #C57B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57B0C; }
p { color: rgb(197,123,12); }
H1.HeaderClassName
{
color: #C57B0C;
}
.AnyTagClassName
{
color: #C57B0C;
}
</style>
background-color css
<style>
a { background-color: #C57B0C; }
a { background-color: rgb(197,123,12); }
div.DivClassName
{
background-color: #C57B0C;
}
.BgClassName
{
background-color: #C57B0C;
}
</style>
border-color css
<style>
span { border-color: #C57B0C; }
span { border-color: rgb(197,123,12); }
td.TdClassName
{
border-color: #C57B0C;
}
.TagClassName
{
border-color: #C57B0C;
}
</style>