Shades of Dark Goldenrod #C57B04
Tints of Dark Goldenrod #C57B04
RGB
CMYK
RGB Variations
Color information
#C57B04 (or 0xC57B04) is known color: Dark Goldenrod. HEX triplet: C5, 7B and 04. RGB value is (197,123,4). Sum of RGB (Red+Green+Blue) = 197+123+4=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 4 (1.95% from 255 or 1.23% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57B04 is #3A84FB. Grayscale: #848484. Windows color (decimal): -3835132 or 293829. OLE color: 293829.
HSL color Cylindrical-coordinate representation of color #C57B04: hue angle of 36.99º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C57B04 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 4 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.23 |
| HSL | 36.99º | 0.96% | 0.39% | - |
| HSV(B) | 36.99º | 0.98% | 0.77% | - |
| XYZ | 30.13 | 26.05 | 3.55 | - |
| YUV | 131.56 | 56.02 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 4 | 0 | 0.38 | 0.98 | 0.23 | 36.99 | 0.96 | 0.39 |
| Hex | C5 | 7B | 4 | 0 | 26 | 62 | 17 | 25 | 60 | 27 |
| Octal | 305 | 173 | 4 | 0 | 46 | 142 | 27 | 45 | 140 | 47 |
| Binary | 11000101 | 1111011 | 100 | 0 | 100110 | 1100010 | 10111 | 100101 | 1100000 | 100111 |
Color Harmonies of #C57B04
Complementary color
Monochromatic Colors of #C57B04
Black with #C57B04
Text Example
Text Example
White with #C57B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57B04; }
p { color: rgb(197,123,4); }
H1.HeaderClassName
{
color: #C57B04;
}
.AnyTagClassName
{
color: #C57B04;
}
</style>
background-color css
<style>
a { background-color: #C57B04; }
a { background-color: rgb(197,123,4); }
div.DivClassName
{
background-color: #C57B04;
}
.BgClassName
{
background-color: #C57B04;
}
</style>
border-color css
<style>
span { border-color: #C57B04; }
span { border-color: rgb(197,123,4); }
td.TdClassName
{
border-color: #C57B04;
}
.TagClassName
{
border-color: #C57B04;
}
</style>