Shades of Dark Goldenrod #C18018
Tints of Dark Goldenrod #C18018
RGB
CMYK
RGB Variations
Color information
#C18018 (or 0xC18018) is known color: Dark Goldenrod. HEX triplet: C1, 80 and 18. RGB value is (193,128,24). Sum of RGB (Red+Green+Blue) = 193+128+24=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C18018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18018 is #3E7FE7. Grayscale: #888888. Windows color (decimal): -4095976 or 1605825. OLE color: 1605825.
HSL color Cylindrical-coordinate representation of color #C18018: hue angle of 36.92º 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 #C18018 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 24 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.24 |
| HSL | 36.92º | 0.78% | 0.43% | - |
| HSV(B) | 36.92º | 0.88% | 0.76% | - |
| XYZ | 29.88 | 26.84 | 4.47 | - |
| YUV | 135.58 | 65.03 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 24 | 0 | 0.34 | 0.88 | 0.24 | 36.92 | 0.78 | 0.43 |
| Hex | C1 | 80 | 18 | 0 | 22 | 58 | 18 | 25 | 4E | 2B |
| Octal | 301 | 200 | 30 | 0 | 42 | 130 | 30 | 45 | 116 | 53 |
| Binary | 11000001 | 10000000 | 11000 | 0 | 100010 | 1011000 | 11000 | 100101 | 1001110 | 101011 |
Color Harmonies of #C18018
Complementary color
Monochromatic Colors of #C18018
Black with #C18018
Text Example
Text Example
White with #C18018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18018; }
p { color: rgb(193,128,24); }
H1.HeaderClassName
{
color: #C18018;
}
.AnyTagClassName
{
color: #C18018;
}
</style>
background-color css
<style>
a { background-color: #C18018; }
a { background-color: rgb(193,128,24); }
div.DivClassName
{
background-color: #C18018;
}
.BgClassName
{
background-color: #C18018;
}
</style>
border-color css
<style>
span { border-color: #C18018; }
span { border-color: rgb(193,128,24); }
td.TdClassName
{
border-color: #C18018;
}
.TagClassName
{
border-color: #C18018;
}
</style>