Shades of Dark Goldenrod #C18D18
Tints of Dark Goldenrod #C18D18
RGB
CMYK
RGB Variations
Color information
#C18D18 (or 0xC18D18) is known color: Dark Goldenrod. HEX triplet: C1, 8D and 18. RGB value is (193,141,24). Sum of RGB (Red+Green+Blue) = 193+141+24=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 141 (55.47% from 255 or 39.39% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18D18 is #3E72E7. Grayscale: #8F8F8F. Windows color (decimal): -4092648 or 1609153. OLE color: 1609153.
HSL color Cylindrical-coordinate representation of color #C18D18: hue angle of 41.54º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C18D18 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 141 | 24 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.24 |
| HSL | 41.54º | 0.78% | 0.43% | - |
| HSV(B) | 41.54º | 0.88% | 0.76% | - |
| XYZ | 31.68 | 30.45 | 5.07 | - |
| YUV | 143.21 | 60.73 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 141 | 24 | 0 | 0.27 | 0.88 | 0.24 | 41.54 | 0.78 | 0.43 |
| Hex | C1 | 8D | 18 | 0 | 1B | 58 | 18 | 2A | 4E | 2B |
| Octal | 301 | 215 | 30 | 0 | 33 | 130 | 30 | 52 | 116 | 53 |
| Binary | 11000001 | 10001101 | 11000 | 0 | 11011 | 1011000 | 11000 | 101010 | 1001110 | 101011 |
Color Harmonies of #C18D18
Complementary color
Monochromatic Colors of #C18D18
Black with #C18D18
Text Example
Text Example
White with #C18D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18D18; }
p { color: rgb(193,141,24); }
H1.HeaderClassName
{
color: #C18D18;
}
.AnyTagClassName
{
color: #C18D18;
}
</style>
background-color css
<style>
a { background-color: #C18D18; }
a { background-color: rgb(193,141,24); }
div.DivClassName
{
background-color: #C18D18;
}
.BgClassName
{
background-color: #C18D18;
}
</style>
border-color css
<style>
span { border-color: #C18D18; }
span { border-color: rgb(193,141,24); }
td.TdClassName
{
border-color: #C18D18;
}
.TagClassName
{
border-color: #C18D18;
}
</style>