Shades of Dark Goldenrod #C18A0C
Tints of Dark Goldenrod #C18A0C
RGB
CMYK
RGB Variations
Color information
#C18A0C (or 0xC18A0C) is known color: Dark Goldenrod. HEX triplet: C1, 8A and 0C. RGB value is (193,138,12). Sum of RGB (Red+Green+Blue) = 193+138+12=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 138 (54.30% from 255 or 40.23% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18A0C is #3E75F3. Grayscale: #8C8C8C. Windows color (decimal): -4093428 or 821953. OLE color: 821953.
HSL color Cylindrical-coordinate representation of color #C18A0C: hue angle of 41.77º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C18A0C is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 138 | 12 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.24 |
| HSL | 41.77º | 0.88% | 0.4% | - |
| HSV(B) | 41.77º | 0.94% | 0.76% | - |
| XYZ | 31.15 | 29.54 | 4.41 | - |
| YUV | 140.08 | 55.72 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 12 | 0 | 0.28 | 0.94 | 0.24 | 41.77 | 0.88 | 0.4 |
| Hex | C1 | 8A | C | 0 | 1C | 5E | 18 | 2A | 58 | 28 |
| Octal | 301 | 212 | 14 | 0 | 34 | 136 | 30 | 52 | 130 | 50 |
| Binary | 11000001 | 10001010 | 1100 | 0 | 11100 | 1011110 | 11000 | 101010 | 1011000 | 101000 |
Color Harmonies of #C18A0C
Complementary color
Monochromatic Colors of #C18A0C
Black with #C18A0C
Text Example
Text Example
White with #C18A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18A0C; }
p { color: rgb(193,138,12); }
H1.HeaderClassName
{
color: #C18A0C;
}
.AnyTagClassName
{
color: #C18A0C;
}
</style>
background-color css
<style>
a { background-color: #C18A0C; }
a { background-color: rgb(193,138,12); }
div.DivClassName
{
background-color: #C18A0C;
}
.BgClassName
{
background-color: #C18A0C;
}
</style>
border-color css
<style>
span { border-color: #C18A0C; }
span { border-color: rgb(193,138,12); }
td.TdClassName
{
border-color: #C18A0C;
}
.TagClassName
{
border-color: #C18A0C;
}
</style>