Shades of Dark Goldenrod #C18D05
Tints of Dark Goldenrod #C18D05
RGB
CMYK
RGB Variations
Color information
#C18D05 (or 0xC18D05) is known color: Dark Goldenrod. HEX triplet: C1, 8D and 05. RGB value is (193,141,5). Sum of RGB (Red+Green+Blue) = 193+141+5=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 5 (2.34% from 255 or 1.47% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18D05 is #3E72FA. Grayscale: #8D8D8D. Windows color (decimal): -4092667 or 363969. OLE color: 363969.
HSL color Cylindrical-coordinate representation of color #C18D05: hue angle of 43.4º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C18D05 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 141 | 5 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.24 |
| HSL | 43.4º | 0.95% | 0.39% | - |
| HSV(B) | 43.4º | 0.97% | 0.76% | - |
| XYZ | 31.54 | 30.4 | 4.35 | - |
| YUV | 141.04 | 51.23 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 141 | 5 | 0 | 0.27 | 0.97 | 0.24 | 43.4 | 0.95 | 0.39 |
| Hex | C1 | 8D | 5 | 0 | 1B | 61 | 18 | 2B | 5F | 27 |
| Octal | 301 | 215 | 5 | 0 | 33 | 141 | 30 | 53 | 137 | 47 |
| Binary | 11000001 | 10001101 | 101 | 0 | 11011 | 1100001 | 11000 | 101011 | 1011111 | 100111 |
Color Harmonies of #C18D05
Complementary color
Monochromatic Colors of #C18D05
Black with #C18D05
Text Example
Text Example
White with #C18D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18D05; }
p { color: rgb(193,141,5); }
H1.HeaderClassName
{
color: #C18D05;
}
.AnyTagClassName
{
color: #C18D05;
}
</style>
background-color css
<style>
a { background-color: #C18D05; }
a { background-color: rgb(193,141,5); }
div.DivClassName
{
background-color: #C18D05;
}
.BgClassName
{
background-color: #C18D05;
}
</style>
border-color css
<style>
span { border-color: #C18D05; }
span { border-color: rgb(193,141,5); }
td.TdClassName
{
border-color: #C18D05;
}
.TagClassName
{
border-color: #C18D05;
}
</style>