Shades of Dark Goldenrod #C28216
Tints of Dark Goldenrod #C28216
RGB
CMYK
RGB Variations
Color information
#C28216 (or 0xC28216) is known color: Dark Goldenrod. HEX triplet: C2, 82 and 16. RGB value is (194,130,22). Sum of RGB (Red+Green+Blue) = 194+130+22=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C28216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28216 is #3D7DE9. Grayscale: #898989. Windows color (decimal): -4029930 or 1475266. OLE color: 1475266.
HSL color Cylindrical-coordinate representation of color #C28216: hue angle of 37.67º 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 #C28216 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 130 | 22 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.24 |
| HSL | 37.67º | 0.8% | 0.42% | - |
| HSV(B) | 37.67º | 0.89% | 0.76% | - |
| XYZ | 30.38 | 27.49 | 4.46 | - |
| YUV | 136.82 | 63.2 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 22 | 0 | 0.33 | 0.89 | 0.24 | 37.67 | 0.8 | 0.42 |
| Hex | C2 | 82 | 16 | 0 | 21 | 59 | 18 | 26 | 50 | 2A |
| Octal | 302 | 202 | 26 | 0 | 41 | 131 | 30 | 46 | 120 | 52 |
| Binary | 11000010 | 10000010 | 10110 | 0 | 100001 | 1011001 | 11000 | 100110 | 1010000 | 101010 |
Color Harmonies of #C28216
Complementary color
Monochromatic Colors of #C28216
Black with #C28216
Text Example
Text Example
White with #C28216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28216; }
p { color: rgb(194,130,22); }
H1.HeaderClassName
{
color: #C28216;
}
.AnyTagClassName
{
color: #C28216;
}
</style>
background-color css
<style>
a { background-color: #C28216; }
a { background-color: rgb(194,130,22); }
div.DivClassName
{
background-color: #C28216;
}
.BgClassName
{
background-color: #C28216;
}
</style>
border-color css
<style>
span { border-color: #C28216; }
span { border-color: rgb(194,130,22); }
td.TdClassName
{
border-color: #C28216;
}
.TagClassName
{
border-color: #C28216;
}
</style>