Shades of Dark Goldenrod #C18500
Tints of Dark Goldenrod #C18500
RGB
CMYK
RGB Variations
Color information
#C18500 (or 0xC18500) is known color: Dark Goldenrod. HEX triplet: C1, 85 and 00. RGB value is (193,133,0). Sum of RGB (Red+Green+Blue) = 193+133+0=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C18500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18500 is #3E7AFF. Grayscale: #888888. Windows color (decimal): -4094720 or 34241. OLE color: 34241.
HSL color Cylindrical-coordinate representation of color #C18500: hue angle of 41.35º 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 #C18500 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 133 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.24 |
| HSL | 41.35º | 1% | 0.38% | - |
| HSV(B) | 41.35º | 1% | 0.76% | - |
| XYZ | 30.38 | 28.11 | 3.83 | - |
| YUV | 135.78 | 51.38 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 0 | 0 | 0.31 | 1 | 0.24 | 41.35 | 1 | 0.38 |
| Hex | C1 | 85 | 0 | 0 | 1F | 64 | 18 | 29 | 64 | 26 |
| Octal | 301 | 205 | 0 | 0 | 37 | 144 | 30 | 51 | 144 | 46 |
| Binary | 11000001 | 10000101 | 0 | 0 | 11111 | 1100100 | 11000 | 101001 | 1100100 | 100110 |
Color Harmonies of #C18500
Complementary color
Monochromatic Colors of #C18500
Black with #C18500
Text Example
Text Example
White with #C18500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18500; }
p { color: rgb(193,133,0); }
H1.HeaderClassName
{
color: #C18500;
}
.AnyTagClassName
{
color: #C18500;
}
</style>
background-color css
<style>
a { background-color: #C18500; }
a { background-color: rgb(193,133,0); }
div.DivClassName
{
background-color: #C18500;
}
.BgClassName
{
background-color: #C18500;
}
</style>
border-color css
<style>
span { border-color: #C18500; }
span { border-color: rgb(193,133,0); }
td.TdClassName
{
border-color: #C18500;
}
.TagClassName
{
border-color: #C18500;
}
</style>