Shades of Dark Goldenrod #C18701
Tints of Dark Goldenrod #C18701
RGB
CMYK
RGB Variations
Color information
#C18701 (or 0xC18701) is known color: Dark Goldenrod. HEX triplet: C1, 87 and 01. RGB value is (193,135,1). Sum of RGB (Red+Green+Blue) = 193+135+1=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C18701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18701 is #3E78FE. Grayscale: #898989. Windows color (decimal): -4094207 or 100289. OLE color: 100289.
HSL color Cylindrical-coordinate representation of color #C18701: hue angle of 41.88º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C18701 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 1 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.24 |
| HSL | 41.88º | 0.99% | 0.38% | - |
| HSV(B) | 41.88º | 0.99% | 0.76% | - |
| XYZ | 30.66 | 28.67 | 3.95 | - |
| YUV | 137.07 | 51.22 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 1 | 0 | 0.30 | 0.99 | 0.24 | 41.88 | 0.99 | 0.38 |
| Hex | C1 | 87 | 1 | 0 | 1E | 63 | 18 | 2A | 63 | 26 |
| Octal | 301 | 207 | 1 | 0 | 36 | 143 | 30 | 52 | 143 | 46 |
| Binary | 11000001 | 10000111 | 1 | 0 | 11110 | 1100011 | 11000 | 101010 | 1100011 | 100110 |
Color Harmonies of #C18701
Complementary color
Monochromatic Colors of #C18701
Black with #C18701
Text Example
Text Example
White with #C18701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18701; }
p { color: rgb(193,135,1); }
H1.HeaderClassName
{
color: #C18701;
}
.AnyTagClassName
{
color: #C18701;
}
</style>
background-color css
<style>
a { background-color: #C18701; }
a { background-color: rgb(193,135,1); }
div.DivClassName
{
background-color: #C18701;
}
.BgClassName
{
background-color: #C18701;
}
</style>
border-color css
<style>
span { border-color: #C18701; }
span { border-color: rgb(193,135,1); }
td.TdClassName
{
border-color: #C18701;
}
.TagClassName
{
border-color: #C18701;
}
</style>