Shades of Dark Goldenrod #C18010
Tints of Dark Goldenrod #C18010
RGB
CMYK
RGB Variations
Color information
#C18010 (or 0xC18010) is known color: Dark Goldenrod. HEX triplet: C1, 80 and 10. RGB value is (193,128,16). Sum of RGB (Red+Green+Blue) = 193+128+16=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C18010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18010 is #3E7FEF. Grayscale: #878787. Windows color (decimal): -4095984 or 1081537. OLE color: 1081537.
HSL color Cylindrical-coordinate representation of color #C18010: hue angle of 37.97º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C18010 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 16 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.24 |
| HSL | 37.97º | 0.85% | 0.41% | - |
| HSV(B) | 37.97º | 0.92% | 0.76% | - |
| XYZ | 29.81 | 26.81 | 4.09 | - |
| YUV | 134.67 | 61.03 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 16 | 0 | 0.34 | 0.92 | 0.24 | 37.97 | 0.85 | 0.41 |
| Hex | C1 | 80 | 10 | 0 | 22 | 5C | 18 | 26 | 55 | 29 |
| Octal | 301 | 200 | 20 | 0 | 42 | 134 | 30 | 46 | 125 | 51 |
| Binary | 11000001 | 10000000 | 10000 | 0 | 100010 | 1011100 | 11000 | 100110 | 1010101 | 101001 |
Color Harmonies of #C18010
Complementary color
Monochromatic Colors of #C18010
Black with #C18010
Text Example
Text Example
White with #C18010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18010; }
p { color: rgb(193,128,16); }
H1.HeaderClassName
{
color: #C18010;
}
.AnyTagClassName
{
color: #C18010;
}
</style>
background-color css
<style>
a { background-color: #C18010; }
a { background-color: rgb(193,128,16); }
div.DivClassName
{
background-color: #C18010;
}
.BgClassName
{
background-color: #C18010;
}
</style>
border-color css
<style>
span { border-color: #C18010; }
span { border-color: rgb(193,128,16); }
td.TdClassName
{
border-color: #C18010;
}
.TagClassName
{
border-color: #C18010;
}
</style>