Shades of Dark Goldenrod #C18016
Tints of Dark Goldenrod #C18016
RGB
CMYK
RGB Variations
Color information
#C18016 (or 0xC18016) is known color: Dark Goldenrod. HEX triplet: C1, 80 and 16. RGB value is (193,128,22). Sum of RGB (Red+Green+Blue) = 193+128+22=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C18016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18016 is #3E7FE9. Grayscale: #878787. Windows color (decimal): -4095978 or 1474753. OLE color: 1474753.
HSL color Cylindrical-coordinate representation of color #C18016: hue angle of 37.19º 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 #C18016 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 22 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.24 |
| HSL | 37.19º | 0.8% | 0.42% | - |
| HSV(B) | 37.19º | 0.89% | 0.76% | - |
| XYZ | 29.86 | 26.83 | 4.36 | - |
| YUV | 135.35 | 64.03 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 22 | 0 | 0.34 | 0.89 | 0.24 | 37.19 | 0.8 | 0.42 |
| Hex | C1 | 80 | 16 | 0 | 22 | 59 | 18 | 25 | 50 | 2A |
| Octal | 301 | 200 | 26 | 0 | 42 | 131 | 30 | 45 | 120 | 52 |
| Binary | 11000001 | 10000000 | 10110 | 0 | 100010 | 1011001 | 11000 | 100101 | 1010000 | 101010 |
Color Harmonies of #C18016
Complementary color
Monochromatic Colors of #C18016
Black with #C18016
Text Example
Text Example
White with #C18016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18016; }
p { color: rgb(193,128,22); }
H1.HeaderClassName
{
color: #C18016;
}
.AnyTagClassName
{
color: #C18016;
}
</style>
background-color css
<style>
a { background-color: #C18016; }
a { background-color: rgb(193,128,22); }
div.DivClassName
{
background-color: #C18016;
}
.BgClassName
{
background-color: #C18016;
}
</style>
border-color css
<style>
span { border-color: #C18016; }
span { border-color: rgb(193,128,22); }
td.TdClassName
{
border-color: #C18016;
}
.TagClassName
{
border-color: #C18016;
}
</style>