Shades of Dark Goldenrod #C18201
Tints of Dark Goldenrod #C18201
RGB
CMYK
RGB Variations
Color information
#C18201 (or 0xC18201) is known color: Dark Goldenrod. HEX triplet: C1, 82 and 01. RGB value is (193,130,1). Sum of RGB (Red+Green+Blue) = 193+130+1=324 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.57% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 193 - color contains mainly: red. Hex color #C18201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18201 is #3E7DFE. Grayscale: #868686. Windows color (decimal): -4095487 or 99009. OLE color: 99009.
HSL color Cylindrical-coordinate representation of color #C18201: hue angle of 40.31º 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 #C18201 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 130 | 1 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.24 |
| HSL | 40.31º | 0.99% | 0.38% | - |
| HSV(B) | 40.31º | 0.99% | 0.76% | - |
| XYZ | 29.98 | 27.3 | 3.72 | - |
| YUV | 134.13 | 52.87 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 1 | 0 | 0.33 | 0.99 | 0.24 | 40.31 | 0.99 | 0.38 |
| Hex | C1 | 82 | 1 | 0 | 21 | 63 | 18 | 28 | 63 | 26 |
| Octal | 301 | 202 | 1 | 0 | 41 | 143 | 30 | 50 | 143 | 46 |
| Binary | 11000001 | 10000010 | 1 | 0 | 100001 | 1100011 | 11000 | 101000 | 1100011 | 100110 |
Color Harmonies of #C18201
Complementary color
Monochromatic Colors of #C18201
Black with #C18201
Text Example
Text Example
White with #C18201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18201; }
p { color: rgb(193,130,1); }
H1.HeaderClassName
{
color: #C18201;
}
.AnyTagClassName
{
color: #C18201;
}
</style>
background-color css
<style>
a { background-color: #C18201; }
a { background-color: rgb(193,130,1); }
div.DivClassName
{
background-color: #C18201;
}
.BgClassName
{
background-color: #C18201;
}
</style>
border-color css
<style>
span { border-color: #C18201; }
span { border-color: rgb(193,130,1); }
td.TdClassName
{
border-color: #C18201;
}
.TagClassName
{
border-color: #C18201;
}
</style>