Shades of Dark Goldenrod #C18403
Tints of Dark Goldenrod #C18403
RGB
CMYK
RGB Variations
Color information
#C18403 (or 0xC18403) is known color: Dark Goldenrod. HEX triplet: C1, 84 and 03. RGB value is (193,132,3). Sum of RGB (Red+Green+Blue) = 193+132+3=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 3 (1.56% from 255 or 0.91% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C18403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18403 is #3E7BFC. Grayscale: #888888. Windows color (decimal): -4094973 or 230593. OLE color: 230593.
HSL color Cylindrical-coordinate representation of color #C18403: hue angle of 40.74º 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 #C18403 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 132 | 3 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.24 |
| HSL | 40.74º | 0.97% | 0.38% | - |
| HSV(B) | 40.74º | 0.98% | 0.76% | - |
| XYZ | 30.26 | 27.85 | 3.87 | - |
| YUV | 135.53 | 53.21 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 3 | 0 | 0.32 | 0.98 | 0.24 | 40.74 | 0.97 | 0.38 |
| Hex | C1 | 84 | 3 | 0 | 20 | 62 | 18 | 29 | 61 | 26 |
| Octal | 301 | 204 | 3 | 0 | 40 | 142 | 30 | 51 | 141 | 46 |
| Binary | 11000001 | 10000100 | 11 | 0 | 100000 | 1100010 | 11000 | 101001 | 1100001 | 100110 |
Color Harmonies of #C18403
Complementary color
Monochromatic Colors of #C18403
Black with #C18403
Text Example
Text Example
White with #C18403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18403; }
p { color: rgb(193,132,3); }
H1.HeaderClassName
{
color: #C18403;
}
.AnyTagClassName
{
color: #C18403;
}
</style>
background-color css
<style>
a { background-color: #C18403; }
a { background-color: rgb(193,132,3); }
div.DivClassName
{
background-color: #C18403;
}
.BgClassName
{
background-color: #C18403;
}
</style>
border-color css
<style>
span { border-color: #C18403; }
span { border-color: rgb(193,132,3); }
td.TdClassName
{
border-color: #C18403;
}
.TagClassName
{
border-color: #C18403;
}
</style>