Shades of Dark Goldenrod #C18710
Tints of Dark Goldenrod #C18710
RGB
CMYK
RGB Variations
Color information
#C18710 (or 0xC18710) is known color: Dark Goldenrod. HEX triplet: C1, 87 and 10. RGB value is (193,135,16). Sum of RGB (Red+Green+Blue) = 193+135+16=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C18710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18710 is #3E78EF. Grayscale: #8B8B8B. Windows color (decimal): -4094192 or 1083329. OLE color: 1083329.
HSL color Cylindrical-coordinate representation of color #C18710: hue angle of 40.34º 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 #C18710 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 16 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.24 |
| HSL | 40.34º | 0.85% | 0.41% | - |
| HSV(B) | 40.34º | 0.92% | 0.76% | - |
| XYZ | 30.75 | 28.7 | 4.41 | - |
| YUV | 138.78 | 58.72 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 16 | 0 | 0.30 | 0.92 | 0.24 | 40.34 | 0.85 | 0.41 |
| Hex | C1 | 87 | 10 | 0 | 1E | 5C | 18 | 28 | 55 | 29 |
| Octal | 301 | 207 | 20 | 0 | 36 | 134 | 30 | 50 | 125 | 51 |
| Binary | 11000001 | 10000111 | 10000 | 0 | 11110 | 1011100 | 11000 | 101000 | 1010101 | 101001 |
Color Harmonies of #C18710
Complementary color
Monochromatic Colors of #C18710
Black with #C18710
Text Example
Text Example
White with #C18710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18710; }
p { color: rgb(193,135,16); }
H1.HeaderClassName
{
color: #C18710;
}
.AnyTagClassName
{
color: #C18710;
}
</style>
background-color css
<style>
a { background-color: #C18710; }
a { background-color: rgb(193,135,16); }
div.DivClassName
{
background-color: #C18710;
}
.BgClassName
{
background-color: #C18710;
}
</style>
border-color css
<style>
span { border-color: #C18710; }
span { border-color: rgb(193,135,16); }
td.TdClassName
{
border-color: #C18710;
}
.TagClassName
{
border-color: #C18710;
}
</style>