Shades of Dark Goldenrod #C18A18
Tints of Dark Goldenrod #C18A18
RGB
CMYK
RGB Variations
Color information
#C18A18 (or 0xC18A18) is known color: Dark Goldenrod. HEX triplet: C1, 8A and 18. RGB value is (193,138,24). Sum of RGB (Red+Green+Blue) = 193+138+24=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 24 (9.77% from 255 or 6.76% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18A18 is #3E75E7. Grayscale: #8D8D8D. Windows color (decimal): -4093416 or 1608385. OLE color: 1608385.
HSL color Cylindrical-coordinate representation of color #C18A18: hue angle of 40.47º 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 #C18A18 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 138 | 24 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.24 |
| HSL | 40.47º | 0.78% | 0.43% | - |
| HSV(B) | 40.47º | 0.88% | 0.76% | - |
| XYZ | 31.25 | 29.58 | 4.93 | - |
| YUV | 141.45 | 61.72 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 24 | 0 | 0.28 | 0.88 | 0.24 | 40.47 | 0.78 | 0.43 |
| Hex | C1 | 8A | 18 | 0 | 1C | 58 | 18 | 28 | 4E | 2B |
| Octal | 301 | 212 | 30 | 0 | 34 | 130 | 30 | 50 | 116 | 53 |
| Binary | 11000001 | 10001010 | 11000 | 0 | 11100 | 1011000 | 11000 | 101000 | 1001110 | 101011 |
Color Harmonies of #C18A18
Complementary color
Monochromatic Colors of #C18A18
Black with #C18A18
Text Example
Text Example
White with #C18A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18A18; }
p { color: rgb(193,138,24); }
H1.HeaderClassName
{
color: #C18A18;
}
.AnyTagClassName
{
color: #C18A18;
}
</style>
background-color css
<style>
a { background-color: #C18A18; }
a { background-color: rgb(193,138,24); }
div.DivClassName
{
background-color: #C18A18;
}
.BgClassName
{
background-color: #C18A18;
}
</style>
border-color css
<style>
span { border-color: #C18A18; }
span { border-color: rgb(193,138,24); }
td.TdClassName
{
border-color: #C18A18;
}
.TagClassName
{
border-color: #C18A18;
}
</style>