Shades of Dark Goldenrod #C18410
Tints of Dark Goldenrod #C18410
RGB
CMYK
RGB Variations
Color information
#C18410 (or 0xC18410) is known color: Dark Goldenrod. HEX triplet: C1, 84 and 10. RGB value is (193,132,16). Sum of RGB (Red+Green+Blue) = 193+132+16=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C18410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18410 is #3E7BEF. Grayscale: #898989. Windows color (decimal): -4094960 or 1082561. OLE color: 1082561.
HSL color Cylindrical-coordinate representation of color #C18410: hue angle of 39.32º 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 #C18410 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 132 | 16 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.24 |
| HSL | 39.32º | 0.85% | 0.41% | - |
| HSV(B) | 39.32º | 0.92% | 0.76% | - |
| XYZ | 30.34 | 27.88 | 4.27 | - |
| YUV | 137.02 | 59.71 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 16 | 0 | 0.32 | 0.92 | 0.24 | 39.32 | 0.85 | 0.41 |
| Hex | C1 | 84 | 10 | 0 | 20 | 5C | 18 | 27 | 55 | 29 |
| Octal | 301 | 204 | 20 | 0 | 40 | 134 | 30 | 47 | 125 | 51 |
| Binary | 11000001 | 10000100 | 10000 | 0 | 100000 | 1011100 | 11000 | 100111 | 1010101 | 101001 |
Color Harmonies of #C18410
Complementary color
Monochromatic Colors of #C18410
Black with #C18410
Text Example
Text Example
White with #C18410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18410; }
p { color: rgb(193,132,16); }
H1.HeaderClassName
{
color: #C18410;
}
.AnyTagClassName
{
color: #C18410;
}
</style>
background-color css
<style>
a { background-color: #C18410; }
a { background-color: rgb(193,132,16); }
div.DivClassName
{
background-color: #C18410;
}
.BgClassName
{
background-color: #C18410;
}
</style>
border-color css
<style>
span { border-color: #C18410; }
span { border-color: rgb(193,132,16); }
td.TdClassName
{
border-color: #C18410;
}
.TagClassName
{
border-color: #C18410;
}
</style>