Shades of Dark Goldenrod #C57F0B
Tints of Dark Goldenrod #C57F0B
RGB
CMYK
RGB Variations
Color information
#C57F0B (or 0xC57F0B) is known color: Dark Goldenrod. HEX triplet: C5, 7F and 0B. RGB value is (197,127,11). Sum of RGB (Red+Green+Blue) = 197+127+11=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57F0B is #3A80F4. Grayscale: #878787. Windows color (decimal): -3834101 or 753605. OLE color: 753605.
HSL color Cylindrical-coordinate representation of color #C57F0B: hue angle of 37.42º 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 #C57F0B is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 11 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.23 |
| HSL | 37.42º | 0.89% | 0.41% | - |
| HSV(B) | 37.42º | 0.94% | 0.77% | - |
| XYZ | 30.68 | 27.07 | 3.93 | - |
| YUV | 134.71 | 58.19 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 11 | 0 | 0.36 | 0.94 | 0.23 | 37.42 | 0.89 | 0.41 |
| Hex | C5 | 7F | B | 0 | 24 | 5E | 17 | 25 | 59 | 29 |
| Octal | 305 | 177 | 13 | 0 | 44 | 136 | 27 | 45 | 131 | 51 |
| Binary | 11000101 | 1111111 | 1011 | 0 | 100100 | 1011110 | 10111 | 100101 | 1011001 | 101001 |
Color Harmonies of #C57F0B
Complementary color
Monochromatic Colors of #C57F0B
Black with #C57F0B
Text Example
Text Example
White with #C57F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57F0B; }
p { color: rgb(197,127,11); }
H1.HeaderClassName
{
color: #C57F0B;
}
.AnyTagClassName
{
color: #C57F0B;
}
</style>
background-color css
<style>
a { background-color: #C57F0B; }
a { background-color: rgb(197,127,11); }
div.DivClassName
{
background-color: #C57F0B;
}
.BgClassName
{
background-color: #C57F0B;
}
</style>
border-color css
<style>
span { border-color: #C57F0B; }
span { border-color: rgb(197,127,11); }
td.TdClassName
{
border-color: #C57F0B;
}
.TagClassName
{
border-color: #C57F0B;
}
</style>