Shades of Dark Goldenrod #C28715
Tints of Dark Goldenrod #C28715
RGB
CMYK
RGB Variations
Color information
#C28715 (or 0xC28715) is known color: Dark Goldenrod. HEX triplet: C2, 87 and 15. RGB value is (194,135,21). Sum of RGB (Red+Green+Blue) = 194+135+21=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C28715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28715 is #3D78EA. Grayscale: #8C8C8C. Windows color (decimal): -4028651 or 1411010. OLE color: 1411010.
HSL color Cylindrical-coordinate representation of color #C28715: hue angle of 39.54º 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 #C28715 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 21 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.24 |
| HSL | 39.54º | 0.8% | 0.42% | - |
| HSV(B) | 39.54º | 0.89% | 0.76% | - |
| XYZ | 31.05 | 28.85 | 4.64 | - |
| YUV | 139.65 | 61.05 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 21 | 0 | 0.30 | 0.89 | 0.24 | 39.54 | 0.8 | 0.42 |
| Hex | C2 | 87 | 15 | 0 | 1E | 59 | 18 | 28 | 50 | 2A |
| Octal | 302 | 207 | 25 | 0 | 36 | 131 | 30 | 50 | 120 | 52 |
| Binary | 11000010 | 10000111 | 10101 | 0 | 11110 | 1011001 | 11000 | 101000 | 1010000 | 101010 |
Color Harmonies of #C28715
Complementary color
Monochromatic Colors of #C28715
Black with #C28715
Text Example
Text Example
White with #C28715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28715; }
p { color: rgb(194,135,21); }
H1.HeaderClassName
{
color: #C28715;
}
.AnyTagClassName
{
color: #C28715;
}
</style>
background-color css
<style>
a { background-color: #C28715; }
a { background-color: rgb(194,135,21); }
div.DivClassName
{
background-color: #C28715;
}
.BgClassName
{
background-color: #C28715;
}
</style>
border-color css
<style>
span { border-color: #C28715; }
span { border-color: rgb(194,135,21); }
td.TdClassName
{
border-color: #C28715;
}
.TagClassName
{
border-color: #C28715;
}
</style>