Shades of Dark Goldenrod #C18203
Tints of Dark Goldenrod #C18203
RGB
CMYK
RGB Variations
Color information
#C18203 (or 0xC18203) is known color: Dark Goldenrod. HEX triplet: C1, 82 and 03. RGB value is (193,130,3). Sum of RGB (Red+Green+Blue) = 193+130+3=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C18203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18203 is #3E7DFC. Grayscale: #868686. Windows color (decimal): -4095485 or 230081. OLE color: 230081.
HSL color Cylindrical-coordinate representation of color #C18203: hue angle of 40.11º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C18203 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 130 | 3 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.24 |
| HSL | 40.11º | 0.97% | 0.38% | - |
| HSV(B) | 40.11º | 0.98% | 0.76% | - |
| XYZ | 29.99 | 27.31 | 3.78 | - |
| YUV | 134.36 | 53.87 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 3 | 0 | 0.33 | 0.98 | 0.24 | 40.11 | 0.97 | 0.38 |
| Hex | C1 | 82 | 3 | 0 | 21 | 62 | 18 | 28 | 61 | 26 |
| Octal | 301 | 202 | 3 | 0 | 41 | 142 | 30 | 50 | 141 | 46 |
| Binary | 11000001 | 10000010 | 11 | 0 | 100001 | 1100010 | 11000 | 101000 | 1100001 | 100110 |
Color Harmonies of #C18203
Complementary color
Monochromatic Colors of #C18203
Black with #C18203
Text Example
Text Example
White with #C18203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18203; }
p { color: rgb(193,130,3); }
H1.HeaderClassName
{
color: #C18203;
}
.AnyTagClassName
{
color: #C18203;
}
</style>
background-color css
<style>
a { background-color: #C18203; }
a { background-color: rgb(193,130,3); }
div.DivClassName
{
background-color: #C18203;
}
.BgClassName
{
background-color: #C18203;
}
</style>
border-color css
<style>
span { border-color: #C18203; }
span { border-color: rgb(193,130,3); }
td.TdClassName
{
border-color: #C18203;
}
.TagClassName
{
border-color: #C18203;
}
</style>