Shades of Dark Goldenrod #C5900C
Tints of Dark Goldenrod #C5900C
RGB
CMYK
RGB Variations
Color information
#C5900C (or 0xC5900C) is known color: Dark Goldenrod. HEX triplet: C5, 90 and 0C. RGB value is (197,144,12). Sum of RGB (Red+Green+Blue) = 197+144+12=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C5900C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5900C is #3A6FF3. Grayscale: #919191. Windows color (decimal): -3829748 or 823493. OLE color: 823493.
HSL color Cylindrical-coordinate representation of color #C5900C: hue angle of 42.81º 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 #C5900C is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 144 | 12 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.23 |
| HSL | 42.81º | 0.89% | 0.41% | - |
| HSV(B) | 42.81º | 0.94% | 0.77% | - |
| XYZ | 33.07 | 31.84 | 4.75 | - |
| YUV | 144.8 | 53.06 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 144 | 12 | 0 | 0.27 | 0.94 | 0.23 | 42.81 | 0.89 | 0.41 |
| Hex | C5 | 90 | C | 0 | 1B | 5E | 17 | 2B | 59 | 29 |
| Octal | 305 | 220 | 14 | 0 | 33 | 136 | 27 | 53 | 131 | 51 |
| Binary | 11000101 | 10010000 | 1100 | 0 | 11011 | 1011110 | 10111 | 101011 | 1011001 | 101001 |
Color Harmonies of #C5900C
Complementary color
Monochromatic Colors of #C5900C
Black with #C5900C
Text Example
Text Example
White with #C5900C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5900C; }
p { color: rgb(197,144,12); }
H1.HeaderClassName
{
color: #C5900C;
}
.AnyTagClassName
{
color: #C5900C;
}
</style>
background-color css
<style>
a { background-color: #C5900C; }
a { background-color: rgb(197,144,12); }
div.DivClassName
{
background-color: #C5900C;
}
.BgClassName
{
background-color: #C5900C;
}
</style>
border-color css
<style>
span { border-color: #C5900C; }
span { border-color: rgb(197,144,12); }
td.TdClassName
{
border-color: #C5900C;
}
.TagClassName
{
border-color: #C5900C;
}
</style>