Shades of Dark Goldenrod #C57B0D
Tints of Dark Goldenrod #C57B0D
RGB
CMYK
RGB Variations
Color information
#C57B0D (or 0xC57B0D) is known color: Dark Goldenrod. HEX triplet: C5, 7B and 0D. RGB value is (197,123,13). Sum of RGB (Red+Green+Blue) = 197+123+13=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57B0D is #3A84F2. Grayscale: #858585. Windows color (decimal): -3835123 or 883653. OLE color: 883653.
HSL color Cylindrical-coordinate representation of color #C57B0D: hue angle of 35.87º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C57B0D is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 13 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.23 |
| HSL | 35.87º | 0.88% | 0.41% | - |
| HSV(B) | 35.87º | 0.93% | 0.77% | - |
| XYZ | 30.18 | 26.07 | 3.82 | - |
| YUV | 132.59 | 60.52 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 13 | 0 | 0.38 | 0.93 | 0.23 | 35.87 | 0.88 | 0.41 |
| Hex | C5 | 7B | D | 0 | 26 | 5D | 17 | 24 | 58 | 29 |
| Octal | 305 | 173 | 15 | 0 | 46 | 135 | 27 | 44 | 130 | 51 |
| Binary | 11000101 | 1111011 | 1101 | 0 | 100110 | 1011101 | 10111 | 100100 | 1011000 | 101001 |
Color Harmonies of #C57B0D
Complementary color
Monochromatic Colors of #C57B0D
Black with #C57B0D
Text Example
Text Example
White with #C57B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57B0D; }
p { color: rgb(197,123,13); }
H1.HeaderClassName
{
color: #C57B0D;
}
.AnyTagClassName
{
color: #C57B0D;
}
</style>
background-color css
<style>
a { background-color: #C57B0D; }
a { background-color: rgb(197,123,13); }
div.DivClassName
{
background-color: #C57B0D;
}
.BgClassName
{
background-color: #C57B0D;
}
</style>
border-color css
<style>
span { border-color: #C57B0D; }
span { border-color: rgb(197,123,13); }
td.TdClassName
{
border-color: #C57B0D;
}
.TagClassName
{
border-color: #C57B0D;
}
</style>