Shades of Dark Goldenrod #C48C0E
Tints of Dark Goldenrod #C48C0E
RGB
CMYK
RGB Variations
Color information
#C48C0E (or 0xC48C0E) is known color: Dark Goldenrod. HEX triplet: C4, 8C and 0E. RGB value is (196,140,14). Sum of RGB (Red+Green+Blue) = 196+140+14=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48C0E is #3B73F1. Grayscale: #8E8E8E. Windows color (decimal): -3896306 or 953540. OLE color: 953540.
HSL color Cylindrical-coordinate representation of color #C48C0E: hue angle of 41.54º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C48C0E is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 14 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.23 |
| HSL | 41.54º | 0.87% | 0.41% | - |
| HSV(B) | 41.54º | 0.93% | 0.77% | - |
| XYZ | 32.22 | 30.52 | 4.61 | - |
| YUV | 142.38 | 55.55 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 14 | 0 | 0.29 | 0.93 | 0.23 | 41.54 | 0.87 | 0.41 |
| Hex | C4 | 8C | E | 0 | 1D | 5D | 17 | 2A | 57 | 29 |
| Octal | 304 | 214 | 16 | 0 | 35 | 135 | 27 | 52 | 127 | 51 |
| Binary | 11000100 | 10001100 | 1110 | 0 | 11101 | 1011101 | 10111 | 101010 | 1010111 | 101001 |
Color Harmonies of #C48C0E
Complementary color
Monochromatic Colors of #C48C0E
Black with #C48C0E
Text Example
Text Example
White with #C48C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48C0E; }
p { color: rgb(196,140,14); }
H1.HeaderClassName
{
color: #C48C0E;
}
.AnyTagClassName
{
color: #C48C0E;
}
</style>
background-color css
<style>
a { background-color: #C48C0E; }
a { background-color: rgb(196,140,14); }
div.DivClassName
{
background-color: #C48C0E;
}
.BgClassName
{
background-color: #C48C0E;
}
</style>
border-color css
<style>
span { border-color: #C48C0E; }
span { border-color: rgb(196,140,14); }
td.TdClassName
{
border-color: #C48C0E;
}
.TagClassName
{
border-color: #C48C0E;
}
</style>