Shades of Dark Goldenrod #C18404
Tints of Dark Goldenrod #C18404
RGB
CMYK
RGB Variations
Color information
#C18404 (or 0xC18404) is known color: Dark Goldenrod. HEX triplet: C1, 84 and 04. RGB value is (193,132,4). Sum of RGB (Red+Green+Blue) = 193+132+4=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 4 (1.95% from 255 or 1.22% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C18404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18404 is #3E7BFB. Grayscale: #888888. Windows color (decimal): -4094972 or 296129. OLE color: 296129.
HSL color Cylindrical-coordinate representation of color #C18404: hue angle of 40.63º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C18404 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 132 | 4 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.24 |
| HSL | 40.63º | 0.96% | 0.39% | - |
| HSV(B) | 40.63º | 0.98% | 0.76% | - |
| XYZ | 30.27 | 27.85 | 3.9 | - |
| YUV | 135.65 | 53.71 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 4 | 0 | 0.32 | 0.98 | 0.24 | 40.63 | 0.96 | 0.39 |
| Hex | C1 | 84 | 4 | 0 | 20 | 62 | 18 | 29 | 60 | 27 |
| Octal | 301 | 204 | 4 | 0 | 40 | 142 | 30 | 51 | 140 | 47 |
| Binary | 11000001 | 10000100 | 100 | 0 | 100000 | 1100010 | 11000 | 101001 | 1100000 | 100111 |
Color Harmonies of #C18404
Complementary color
Monochromatic Colors of #C18404
Black with #C18404
Text Example
Text Example
White with #C18404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18404; }
p { color: rgb(193,132,4); }
H1.HeaderClassName
{
color: #C18404;
}
.AnyTagClassName
{
color: #C18404;
}
</style>
background-color css
<style>
a { background-color: #C18404; }
a { background-color: rgb(193,132,4); }
div.DivClassName
{
background-color: #C18404;
}
.BgClassName
{
background-color: #C18404;
}
</style>
border-color css
<style>
span { border-color: #C18404; }
span { border-color: rgb(193,132,4); }
td.TdClassName
{
border-color: #C18404;
}
.TagClassName
{
border-color: #C18404;
}
</style>