Shades of Dark Goldenrod #C18300
Tints of Dark Goldenrod #C18300
RGB
CMYK
RGB Variations
Color information
#C18300 (or 0xC18300) is known color: Dark Goldenrod. HEX triplet: C1, 83 and 00. RGB value is (193,131,0). Sum of RGB (Red+Green+Blue) = 193+131+0=324 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.57% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 193 - color contains mainly: red. Hex color #C18300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18300 is #3E7CFF. Grayscale: #878787. Windows color (decimal): -4095232 or 33729. OLE color: 33729.
HSL color Cylindrical-coordinate representation of color #C18300: hue angle of 40.73º 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 #C18300 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 131 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.24 |
| HSL | 40.73º | 1% | 0.38% | - |
| HSV(B) | 40.73º | 1% | 0.76% | - |
| XYZ | 30.11 | 27.57 | 3.73 | - |
| YUV | 134.6 | 52.04 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 131 | 0 | 0 | 0.32 | 1 | 0.24 | 40.73 | 1 | 0.38 |
| Hex | C1 | 83 | 0 | 0 | 20 | 64 | 18 | 29 | 64 | 26 |
| Octal | 301 | 203 | 0 | 0 | 40 | 144 | 30 | 51 | 144 | 46 |
| Binary | 11000001 | 10000011 | 0 | 0 | 100000 | 1100100 | 11000 | 101001 | 1100100 | 100110 |
Color Harmonies of #C18300
Complementary color
Monochromatic Colors of #C18300
Black with #C18300
Text Example
Text Example
White with #C18300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18300; }
p { color: rgb(193,131,0); }
H1.HeaderClassName
{
color: #C18300;
}
.AnyTagClassName
{
color: #C18300;
}
</style>
background-color css
<style>
a { background-color: #C18300; }
a { background-color: rgb(193,131,0); }
div.DivClassName
{
background-color: #C18300;
}
.BgClassName
{
background-color: #C18300;
}
</style>
border-color css
<style>
span { border-color: #C18300; }
span { border-color: rgb(193,131,0); }
td.TdClassName
{
border-color: #C18300;
}
.TagClassName
{
border-color: #C18300;
}
</style>