Shades of Dark Goldenrod #C28915
Tints of Dark Goldenrod #C28915
RGB
CMYK
RGB Variations
Color information
#C28915 (or 0xC28915) is known color: Dark Goldenrod. HEX triplet: C2, 89 and 15. RGB value is (194,137,21). Sum of RGB (Red+Green+Blue) = 194+137+21=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C28915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28915 is #3D76EA. Grayscale: #8D8D8D. Windows color (decimal): -4028139 or 1411522. OLE color: 1411522.
HSL color Cylindrical-coordinate representation of color #C28915: hue angle of 40.23º 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 #C28915 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 21 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.24 |
| HSL | 40.23º | 0.8% | 0.42% | - |
| HSV(B) | 40.23º | 0.89% | 0.76% | - |
| XYZ | 31.33 | 29.41 | 4.74 | - |
| YUV | 140.82 | 60.38 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 21 | 0 | 0.29 | 0.89 | 0.24 | 40.23 | 0.8 | 0.42 |
| Hex | C2 | 89 | 15 | 0 | 1D | 59 | 18 | 28 | 50 | 2A |
| Octal | 302 | 211 | 25 | 0 | 35 | 131 | 30 | 50 | 120 | 52 |
| Binary | 11000010 | 10001001 | 10101 | 0 | 11101 | 1011001 | 11000 | 101000 | 1010000 | 101010 |
Color Harmonies of #C28915
Complementary color
Monochromatic Colors of #C28915
Black with #C28915
Text Example
Text Example
White with #C28915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28915; }
p { color: rgb(194,137,21); }
H1.HeaderClassName
{
color: #C28915;
}
.AnyTagClassName
{
color: #C28915;
}
</style>
background-color css
<style>
a { background-color: #C28915; }
a { background-color: rgb(194,137,21); }
div.DivClassName
{
background-color: #C28915;
}
.BgClassName
{
background-color: #C28915;
}
</style>
border-color css
<style>
span { border-color: #C28915; }
span { border-color: rgb(194,137,21); }
td.TdClassName
{
border-color: #C28915;
}
.TagClassName
{
border-color: #C28915;
}
</style>