Shades of Dark Goldenrod #C18100
Tints of Dark Goldenrod #C18100
RGB
CMYK
RGB Variations
Color information
#C18100 (or 0xC18100) is known color: Dark Goldenrod. HEX triplet: C1, 81 and 00. RGB value is (193,129,0). Sum of RGB (Red+Green+Blue) = 193+129+0=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C18100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18100 is #3E7EFF. Grayscale: #868686. Windows color (decimal): -4095744 or 33217. OLE color: 33217.
HSL color Cylindrical-coordinate representation of color #C18100: hue angle of 40.1º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C18100 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 129 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.24 |
| HSL | 40.1º | 1% | 0.38% | - |
| HSV(B) | 40.1º | 1% | 0.76% | - |
| XYZ | 29.84 | 27.04 | 3.65 | - |
| YUV | 133.43 | 52.7 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 129 | 0 | 0 | 0.33 | 1 | 0.24 | 40.1 | 1 | 0.38 |
| Hex | C1 | 81 | 0 | 0 | 21 | 64 | 18 | 28 | 64 | 26 |
| Octal | 301 | 201 | 0 | 0 | 41 | 144 | 30 | 50 | 144 | 46 |
| Binary | 11000001 | 10000001 | 0 | 0 | 100001 | 1100100 | 11000 | 101000 | 1100100 | 100110 |
Color Harmonies of #C18100
Complementary color
Monochromatic Colors of #C18100
Black with #C18100
Text Example
Text Example
White with #C18100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18100; }
p { color: rgb(193,129,0); }
H1.HeaderClassName
{
color: #C18100;
}
.AnyTagClassName
{
color: #C18100;
}
</style>
background-color css
<style>
a { background-color: #C18100; }
a { background-color: rgb(193,129,0); }
div.DivClassName
{
background-color: #C18100;
}
.BgClassName
{
background-color: #C18100;
}
</style>
border-color css
<style>
span { border-color: #C18100; }
span { border-color: rgb(193,129,0); }
td.TdClassName
{
border-color: #C18100;
}
.TagClassName
{
border-color: #C18100;
}
</style>