Shades of Dark Goldenrod #C57B00
Tints of Dark Goldenrod #C57B00
RGB
CMYK
RGB Variations
Color information
#C57B00 (or 0xC57B00) is known color: Dark Goldenrod. HEX triplet: C5, 7B and 00. RGB value is (197,123,0). Sum of RGB (Red+Green+Blue) = 197+123+0=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 123 (48.44% from 255 or 38.44% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57B00 is #3A84FF. Grayscale: #838383. Windows color (decimal): -3835136 or 31685. OLE color: 31685.
HSL color Cylindrical-coordinate representation of color #C57B00: hue angle of 37.46º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C57B00 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.23 |
| HSL | 37.46º | 1% | 0.39% | - |
| HSV(B) | 37.46º | 1% | 0.77% | - |
| XYZ | 30.11 | 26.04 | 3.44 | - |
| YUV | 131.1 | 54.02 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 0 | 0 | 0.38 | 1 | 0.23 | 37.46 | 1 | 0.39 |
| Hex | C5 | 7B | 0 | 0 | 26 | 64 | 17 | 25 | 64 | 27 |
| Octal | 305 | 173 | 0 | 0 | 46 | 144 | 27 | 45 | 144 | 47 |
| Binary | 11000101 | 1111011 | 0 | 0 | 100110 | 1100100 | 10111 | 100101 | 1100100 | 100111 |
Color Harmonies of #C57B00
Complementary color
Monochromatic Colors of #C57B00
Black with #C57B00
Text Example
Text Example
White with #C57B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57B00; }
p { color: rgb(197,123,0); }
H1.HeaderClassName
{
color: #C57B00;
}
.AnyTagClassName
{
color: #C57B00;
}
</style>
background-color css
<style>
a { background-color: #C57B00; }
a { background-color: rgb(197,123,0); }
div.DivClassName
{
background-color: #C57B00;
}
.BgClassName
{
background-color: #C57B00;
}
</style>
border-color css
<style>
span { border-color: #C57B00; }
span { border-color: rgb(197,123,0); }
td.TdClassName
{
border-color: #C57B00;
}
.TagClassName
{
border-color: #C57B00;
}
</style>