Shades of Dark Goldenrod #C18218
Tints of Dark Goldenrod #C18218
RGB
CMYK
RGB Variations
Color information
#C18218 (or 0xC18218) is known color: Dark Goldenrod. HEX triplet: C1, 82 and 18. RGB value is (193,130,24). Sum of RGB (Red+Green+Blue) = 193+130+24=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 24 (9.77% from 255 or 6.92% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C18218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18218 is #3E7DE7. Grayscale: #898989. Windows color (decimal): -4095464 or 1606337. OLE color: 1606337.
HSL color Cylindrical-coordinate representation of color #C18218: hue angle of 37.63º 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 #C18218 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 130 | 24 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.24 |
| HSL | 37.63º | 0.78% | 0.43% | - |
| HSV(B) | 37.63º | 0.88% | 0.76% | - |
| XYZ | 30.14 | 27.37 | 4.56 | - |
| YUV | 136.75 | 64.37 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 24 | 0 | 0.33 | 0.88 | 0.24 | 37.63 | 0.78 | 0.43 |
| Hex | C1 | 82 | 18 | 0 | 21 | 58 | 18 | 26 | 4E | 2B |
| Octal | 301 | 202 | 30 | 0 | 41 | 130 | 30 | 46 | 116 | 53 |
| Binary | 11000001 | 10000010 | 11000 | 0 | 100001 | 1011000 | 11000 | 100110 | 1001110 | 101011 |
Color Harmonies of #C18218
Complementary color
Monochromatic Colors of #C18218
Black with #C18218
Text Example
Text Example
White with #C18218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18218; }
p { color: rgb(193,130,24); }
H1.HeaderClassName
{
color: #C18218;
}
.AnyTagClassName
{
color: #C18218;
}
</style>
background-color css
<style>
a { background-color: #C18218; }
a { background-color: rgb(193,130,24); }
div.DivClassName
{
background-color: #C18218;
}
.BgClassName
{
background-color: #C18218;
}
</style>
border-color css
<style>
span { border-color: #C18218; }
span { border-color: rgb(193,130,24); }
td.TdClassName
{
border-color: #C18218;
}
.TagClassName
{
border-color: #C18218;
}
</style>