Shades of Dark Goldenrod #C28416
Tints of Dark Goldenrod #C28416
RGB
CMYK
RGB Variations
Color information
#C28416 (or 0xC28416) is known color: Dark Goldenrod. HEX triplet: C2, 84 and 16. RGB value is (194,132,22). Sum of RGB (Red+Green+Blue) = 194+132+22=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C28416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28416 is #3D7BE9. Grayscale: #8A8A8A. Windows color (decimal): -4029418 or 1475778. OLE color: 1475778.
HSL color Cylindrical-coordinate representation of color #C28416: hue angle of 38.37º 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 #C28416 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 22 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.24 |
| HSL | 38.37º | 0.8% | 0.42% | - |
| HSV(B) | 38.37º | 0.89% | 0.76% | - |
| XYZ | 30.64 | 28.03 | 4.55 | - |
| YUV | 138 | 62.54 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 22 | 0 | 0.32 | 0.89 | 0.24 | 38.37 | 0.8 | 0.42 |
| Hex | C2 | 84 | 16 | 0 | 20 | 59 | 18 | 26 | 50 | 2A |
| Octal | 302 | 204 | 26 | 0 | 40 | 131 | 30 | 46 | 120 | 52 |
| Binary | 11000010 | 10000100 | 10110 | 0 | 100000 | 1011001 | 11000 | 100110 | 1010000 | 101010 |
Color Harmonies of #C28416
Complementary color
Monochromatic Colors of #C28416
Black with #C28416
Text Example
Text Example
White with #C28416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28416; }
p { color: rgb(194,132,22); }
H1.HeaderClassName
{
color: #C28416;
}
.AnyTagClassName
{
color: #C28416;
}
</style>
background-color css
<style>
a { background-color: #C28416; }
a { background-color: rgb(194,132,22); }
div.DivClassName
{
background-color: #C28416;
}
.BgClassName
{
background-color: #C28416;
}
</style>
border-color css
<style>
span { border-color: #C28416; }
span { border-color: rgb(194,132,22); }
td.TdClassName
{
border-color: #C28416;
}
.TagClassName
{
border-color: #C28416;
}
</style>