Shades of Dark Goldenrod #C28616
Tints of Dark Goldenrod #C28616
RGB
CMYK
RGB Variations
Color information
#C28616 (or 0xC28616) is known color: Dark Goldenrod. HEX triplet: C2, 86 and 16. RGB value is (194,134,22). Sum of RGB (Red+Green+Blue) = 194+134+22=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C28616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28616 is #3D79E9. Grayscale: #8B8B8B. Windows color (decimal): -4028906 or 1476290. OLE color: 1476290.
HSL color Cylindrical-coordinate representation of color #C28616: hue angle of 39.07º 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 #C28616 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 22 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.24 |
| HSL | 39.07º | 0.8% | 0.42% | - |
| HSV(B) | 39.07º | 0.89% | 0.76% | - |
| XYZ | 30.92 | 28.58 | 4.65 | - |
| YUV | 139.17 | 61.88 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 22 | 0 | 0.31 | 0.89 | 0.24 | 39.07 | 0.8 | 0.42 |
| Hex | C2 | 86 | 16 | 0 | 1F | 59 | 18 | 27 | 50 | 2A |
| Octal | 302 | 206 | 26 | 0 | 37 | 131 | 30 | 47 | 120 | 52 |
| Binary | 11000010 | 10000110 | 10110 | 0 | 11111 | 1011001 | 11000 | 100111 | 1010000 | 101010 |
Color Harmonies of #C28616
Complementary color
Monochromatic Colors of #C28616
Black with #C28616
Text Example
Text Example
White with #C28616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28616; }
p { color: rgb(194,134,22); }
H1.HeaderClassName
{
color: #C28616;
}
.AnyTagClassName
{
color: #C28616;
}
</style>
background-color css
<style>
a { background-color: #C28616; }
a { background-color: rgb(194,134,22); }
div.DivClassName
{
background-color: #C28616;
}
.BgClassName
{
background-color: #C28616;
}
</style>
border-color css
<style>
span { border-color: #C28616; }
span { border-color: rgb(194,134,22); }
td.TdClassName
{
border-color: #C28616;
}
.TagClassName
{
border-color: #C28616;
}
</style>