Shades of Dark Goldenrod #C18411
Tints of Dark Goldenrod #C18411
RGB
CMYK
RGB Variations
Color information
#C18411 (or 0xC18411) is known color: Dark Goldenrod. HEX triplet: C1, 84 and 11. RGB value is (193,132,17). Sum of RGB (Red+Green+Blue) = 193+132+17=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C18411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18411 is #3E7BEE. Grayscale: #898989. Windows color (decimal): -4094959 or 1148097. OLE color: 1148097.
HSL color Cylindrical-coordinate representation of color #C18411: hue angle of 39.2º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C18411 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 132 | 17 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.24 |
| HSL | 39.2º | 0.84% | 0.41% | - |
| HSV(B) | 39.2º | 0.91% | 0.76% | - |
| XYZ | 30.34 | 27.88 | 4.31 | - |
| YUV | 137.13 | 60.21 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 17 | 0 | 0.32 | 0.91 | 0.24 | 39.2 | 0.84 | 0.41 |
| Hex | C1 | 84 | 11 | 0 | 20 | 5B | 18 | 27 | 54 | 29 |
| Octal | 301 | 204 | 21 | 0 | 40 | 133 | 30 | 47 | 124 | 51 |
| Binary | 11000001 | 10000100 | 10001 | 0 | 100000 | 1011011 | 11000 | 100111 | 1010100 | 101001 |
Color Harmonies of #C18411
Complementary color
Monochromatic Colors of #C18411
Black with #C18411
Text Example
Text Example
White with #C18411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18411; }
p { color: rgb(193,132,17); }
H1.HeaderClassName
{
color: #C18411;
}
.AnyTagClassName
{
color: #C18411;
}
</style>
background-color css
<style>
a { background-color: #C18411; }
a { background-color: rgb(193,132,17); }
div.DivClassName
{
background-color: #C18411;
}
.BgClassName
{
background-color: #C18411;
}
</style>
border-color css
<style>
span { border-color: #C18411; }
span { border-color: rgb(193,132,17); }
td.TdClassName
{
border-color: #C18411;
}
.TagClassName
{
border-color: #C18411;
}
</style>