Shades of Dark Goldenrod #C18101
Tints of Dark Goldenrod #C18101
RGB
CMYK
RGB Variations
Color information
#C18101 (or 0xC18101) is known color: Dark Goldenrod. HEX triplet: C1, 81 and 01. RGB value is (193,129,1). Sum of RGB (Red+Green+Blue) = 193+129+1=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C18101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18101 is #3E7EFE. Grayscale: #868686. Windows color (decimal): -4095743 or 98753. OLE color: 98753.
HSL color Cylindrical-coordinate representation of color #C18101: hue angle of 40º 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 #C18101 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 129 | 1 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.24 |
| HSL | 40º | 0.99% | 0.38% | - |
| HSV(B) | 40º | 0.99% | 0.76% | - |
| XYZ | 29.85 | 27.04 | 3.67 | - |
| YUV | 133.54 | 53.2 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 129 | 1 | 0 | 0.33 | 0.99 | 0.24 | 40 | 0.99 | 0.38 |
| Hex | C1 | 81 | 1 | 0 | 21 | 63 | 18 | 28 | 63 | 26 |
| Octal | 301 | 201 | 1 | 0 | 41 | 143 | 30 | 50 | 143 | 46 |
| Binary | 11000001 | 10000001 | 1 | 0 | 100001 | 1100011 | 11000 | 101000 | 1100011 | 100110 |
Color Harmonies of #C18101
Complementary color
Monochromatic Colors of #C18101
Black with #C18101
Text Example
Text Example
White with #C18101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18101; }
p { color: rgb(193,129,1); }
H1.HeaderClassName
{
color: #C18101;
}
.AnyTagClassName
{
color: #C18101;
}
</style>
background-color css
<style>
a { background-color: #C18101; }
a { background-color: rgb(193,129,1); }
div.DivClassName
{
background-color: #C18101;
}
.BgClassName
{
background-color: #C18101;
}
</style>
border-color css
<style>
span { border-color: #C18101; }
span { border-color: rgb(193,129,1); }
td.TdClassName
{
border-color: #C18101;
}
.TagClassName
{
border-color: #C18101;
}
</style>