Shades of Dark Goldenrod #C18915
Tints of Dark Goldenrod #C18915
RGB
CMYK
RGB Variations
Color information
#C18915 (or 0xC18915) is known color: Dark Goldenrod. HEX triplet: C1, 89 and 15. RGB value is (193,137,21). Sum of RGB (Red+Green+Blue) = 193+137+21=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C18915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18915 is #3E76EA. Grayscale: #8D8D8D. Windows color (decimal): -4093675 or 1411521. OLE color: 1411521.
HSL color Cylindrical-coordinate representation of color #C18915: hue angle of 40.47º 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 #C18915 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 21 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.24 |
| HSL | 40.47º | 0.8% | 0.42% | - |
| HSV(B) | 40.47º | 0.89% | 0.76% | - |
| XYZ | 31.07 | 29.28 | 4.72 | - |
| YUV | 140.52 | 60.55 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 21 | 0 | 0.29 | 0.89 | 0.24 | 40.47 | 0.8 | 0.42 |
| Hex | C1 | 89 | 15 | 0 | 1D | 59 | 18 | 28 | 50 | 2A |
| Octal | 301 | 211 | 25 | 0 | 35 | 131 | 30 | 50 | 120 | 52 |
| Binary | 11000001 | 10001001 | 10101 | 0 | 11101 | 1011001 | 11000 | 101000 | 1010000 | 101010 |
Color Harmonies of #C18915
Complementary color
Monochromatic Colors of #C18915
Black with #C18915
Text Example
Text Example
White with #C18915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18915; }
p { color: rgb(193,137,21); }
H1.HeaderClassName
{
color: #C18915;
}
.AnyTagClassName
{
color: #C18915;
}
</style>
background-color css
<style>
a { background-color: #C18915; }
a { background-color: rgb(193,137,21); }
div.DivClassName
{
background-color: #C18915;
}
.BgClassName
{
background-color: #C18915;
}
</style>
border-color css
<style>
span { border-color: #C18915; }
span { border-color: rgb(193,137,21); }
td.TdClassName
{
border-color: #C18915;
}
.TagClassName
{
border-color: #C18915;
}
</style>