Shades of Dark Goldenrod #C28516
Tints of Dark Goldenrod #C28516
RGB
CMYK
RGB Variations
Color information
#C28516 (or 0xC28516) is known color: Dark Goldenrod. HEX triplet: C2, 85 and 16. RGB value is (194,133,22). Sum of RGB (Red+Green+Blue) = 194+133+22=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C28516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28516 is #3D7AE9. Grayscale: #8B8B8B. Windows color (decimal): -4029162 or 1476034. OLE color: 1476034.
HSL color Cylindrical-coordinate representation of color #C28516: hue angle of 38.72º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C28516 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 133 | 22 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.24 |
| HSL | 38.72º | 0.8% | 0.42% | - |
| HSV(B) | 38.72º | 0.89% | 0.76% | - |
| XYZ | 30.78 | 28.3 | 4.6 | - |
| YUV | 138.59 | 62.21 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 22 | 0 | 0.31 | 0.89 | 0.24 | 38.72 | 0.8 | 0.42 |
| Hex | C2 | 85 | 16 | 0 | 1F | 59 | 18 | 27 | 50 | 2A |
| Octal | 302 | 205 | 26 | 0 | 37 | 131 | 30 | 47 | 120 | 52 |
| Binary | 11000010 | 10000101 | 10110 | 0 | 11111 | 1011001 | 11000 | 100111 | 1010000 | 101010 |
Color Harmonies of #C28516
Complementary color
Monochromatic Colors of #C28516
Black with #C28516
Text Example
Text Example
White with #C28516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28516; }
p { color: rgb(194,133,22); }
H1.HeaderClassName
{
color: #C28516;
}
.AnyTagClassName
{
color: #C28516;
}
</style>
background-color css
<style>
a { background-color: #C28516; }
a { background-color: rgb(194,133,22); }
div.DivClassName
{
background-color: #C28516;
}
.BgClassName
{
background-color: #C28516;
}
</style>
border-color css
<style>
span { border-color: #C28516; }
span { border-color: rgb(194,133,22); }
td.TdClassName
{
border-color: #C28516;
}
.TagClassName
{
border-color: #C28516;
}
</style>