Shades of Dark Goldenrod #C18F14
Tints of Dark Goldenrod #C18F14
RGB
CMYK
RGB Variations
Color information
#C18F14 (or 0xC18F14) is known color: Dark Goldenrod. HEX triplet: C1, 8F and 14. RGB value is (193,143,20). Sum of RGB (Red+Green+Blue) = 193+143+20=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18F14 is #3E70EB. Grayscale: #909090. Windows color (decimal): -4092140 or 1347521. OLE color: 1347521.
HSL color Cylindrical-coordinate representation of color #C18F14: hue angle of 42.66º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C18F14 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 143 | 20 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.24 |
| HSL | 42.66º | 0.81% | 0.42% | - |
| HSV(B) | 42.66º | 0.9% | 0.76% | - |
| XYZ | 31.94 | 31.03 | 4.97 | - |
| YUV | 143.93 | 58.07 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 20 | 0 | 0.26 | 0.90 | 0.24 | 42.66 | 0.81 | 0.42 |
| Hex | C1 | 8F | 14 | 0 | 1A | 5A | 18 | 2B | 51 | 2A |
| Octal | 301 | 217 | 24 | 0 | 32 | 132 | 30 | 53 | 121 | 52 |
| Binary | 11000001 | 10001111 | 10100 | 0 | 11010 | 1011010 | 11000 | 101011 | 1010001 | 101010 |
Color Harmonies of #C18F14
Complementary color
Monochromatic Colors of #C18F14
Black with #C18F14
Text Example
Text Example
White with #C18F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18F14; }
p { color: rgb(193,143,20); }
H1.HeaderClassName
{
color: #C18F14;
}
.AnyTagClassName
{
color: #C18F14;
}
</style>
background-color css
<style>
a { background-color: #C18F14; }
a { background-color: rgb(193,143,20); }
div.DivClassName
{
background-color: #C18F14;
}
.BgClassName
{
background-color: #C18F14;
}
</style>
border-color css
<style>
span { border-color: #C18F14; }
span { border-color: rgb(193,143,20); }
td.TdClassName
{
border-color: #C18F14;
}
.TagClassName
{
border-color: #C18F14;
}
</style>