Shades of Dark Goldenrod #C18D0B
Tints of Dark Goldenrod #C18D0B
RGB
CMYK
RGB Variations
Color information
#C18D0B (or 0xC18D0B) is known color: Dark Goldenrod. HEX triplet: C1, 8D and 0B. RGB value is (193,141,11). Sum of RGB (Red+Green+Blue) = 193+141+11=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 11 (4.69% from 255 or 3.19% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18D0B is #3E72F4. Grayscale: #8E8E8E. Windows color (decimal): -4092661 or 757185. OLE color: 757185.
HSL color Cylindrical-coordinate representation of color #C18D0B: hue angle of 42.86º degrees, saturation: 0.89, 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 #C18D0B is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 141 | 11 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.24 |
| HSL | 42.86º | 0.89% | 0.4% | - |
| HSV(B) | 42.86º | 0.94% | 0.76% | - |
| XYZ | 31.58 | 30.41 | 4.52 | - |
| YUV | 141.73 | 54.23 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 141 | 11 | 0 | 0.27 | 0.94 | 0.24 | 42.86 | 0.89 | 0.4 |
| Hex | C1 | 8D | B | 0 | 1B | 5E | 18 | 2B | 59 | 28 |
| Octal | 301 | 215 | 13 | 0 | 33 | 136 | 30 | 53 | 131 | 50 |
| Binary | 11000001 | 10001101 | 1011 | 0 | 11011 | 1011110 | 11000 | 101011 | 1011001 | 101000 |
Color Harmonies of #C18D0B
Complementary color
Monochromatic Colors of #C18D0B
Black with #C18D0B
Text Example
Text Example
White with #C18D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18D0B; }
p { color: rgb(193,141,11); }
H1.HeaderClassName
{
color: #C18D0B;
}
.AnyTagClassName
{
color: #C18D0B;
}
</style>
background-color css
<style>
a { background-color: #C18D0B; }
a { background-color: rgb(193,141,11); }
div.DivClassName
{
background-color: #C18D0B;
}
.BgClassName
{
background-color: #C18D0B;
}
</style>
border-color css
<style>
span { border-color: #C18D0B; }
span { border-color: rgb(193,141,11); }
td.TdClassName
{
border-color: #C18D0B;
}
.TagClassName
{
border-color: #C18D0B;
}
</style>