Shades of Dark Goldenrod #C57A01
Tints of Dark Goldenrod #C57A01
RGB
CMYK
RGB Variations
Color information
#C57A01 (or 0xC57A01) is known color: Dark Goldenrod. HEX triplet: C5, 7A and 01. RGB value is (197,122,1). Sum of RGB (Red+Green+Blue) = 197+122+1=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57A01 is #3A85FE. Grayscale: #838383. Windows color (decimal): -3835391 or 96965. OLE color: 96965.
HSL color Cylindrical-coordinate representation of color #C57A01: hue angle of 37.04º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C57A01 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 122 | 1 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.23 |
| HSL | 37.04º | 0.99% | 0.39% | - |
| HSV(B) | 37.04º | 0.99% | 0.77% | - |
| XYZ | 29.99 | 25.79 | 3.43 | - |
| YUV | 130.63 | 54.85 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 1 | 0 | 0.38 | 0.99 | 0.23 | 37.04 | 0.99 | 0.39 |
| Hex | C5 | 7A | 1 | 0 | 26 | 63 | 17 | 25 | 63 | 27 |
| Octal | 305 | 172 | 1 | 0 | 46 | 143 | 27 | 45 | 143 | 47 |
| Binary | 11000101 | 1111010 | 1 | 0 | 100110 | 1100011 | 10111 | 100101 | 1100011 | 100111 |
Color Harmonies of #C57A01
Complementary color
Monochromatic Colors of #C57A01
Black with #C57A01
Text Example
Text Example
White with #C57A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57A01; }
p { color: rgb(197,122,1); }
H1.HeaderClassName
{
color: #C57A01;
}
.AnyTagClassName
{
color: #C57A01;
}
</style>
background-color css
<style>
a { background-color: #C57A01; }
a { background-color: rgb(197,122,1); }
div.DivClassName
{
background-color: #C57A01;
}
.BgClassName
{
background-color: #C57A01;
}
</style>
border-color css
<style>
span { border-color: #C57A01; }
span { border-color: rgb(197,122,1); }
td.TdClassName
{
border-color: #C57A01;
}
.TagClassName
{
border-color: #C57A01;
}
</style>