Shades of Dark Goldenrod #C18316
Tints of Dark Goldenrod #C18316
RGB
CMYK
RGB Variations
Color information
#C18316 (or 0xC18316) is known color: Dark Goldenrod. HEX triplet: C1, 83 and 16. RGB value is (193,131,22). Sum of RGB (Red+Green+Blue) = 193+131+22=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C18316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18316 is #3E7CE9. Grayscale: #898989. Windows color (decimal): -4095210 or 1475521. OLE color: 1475521.
HSL color Cylindrical-coordinate representation of color #C18316: hue angle of 38.25º 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 #C18316 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 131 | 22 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.24 |
| HSL | 38.25º | 0.8% | 0.42% | - |
| HSV(B) | 38.25º | 0.89% | 0.76% | - |
| XYZ | 30.25 | 27.63 | 4.5 | - |
| YUV | 137.11 | 63.04 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 131 | 22 | 0 | 0.32 | 0.89 | 0.24 | 38.25 | 0.8 | 0.42 |
| Hex | C1 | 83 | 16 | 0 | 20 | 59 | 18 | 26 | 50 | 2A |
| Octal | 301 | 203 | 26 | 0 | 40 | 131 | 30 | 46 | 120 | 52 |
| Binary | 11000001 | 10000011 | 10110 | 0 | 100000 | 1011001 | 11000 | 100110 | 1010000 | 101010 |
Color Harmonies of #C18316
Complementary color
Monochromatic Colors of #C18316
Black with #C18316
Text Example
Text Example
White with #C18316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18316; }
p { color: rgb(193,131,22); }
H1.HeaderClassName
{
color: #C18316;
}
.AnyTagClassName
{
color: #C18316;
}
</style>
background-color css
<style>
a { background-color: #C18316; }
a { background-color: rgb(193,131,22); }
div.DivClassName
{
background-color: #C18316;
}
.BgClassName
{
background-color: #C18316;
}
</style>
border-color css
<style>
span { border-color: #C18316; }
span { border-color: rgb(193,131,22); }
td.TdClassName
{
border-color: #C18316;
}
.TagClassName
{
border-color: #C18316;
}
</style>