Shades of Dark Goldenrod #C48D0C
Tints of Dark Goldenrod #C48D0C
RGB
CMYK
RGB Variations
Color information
#C48D0C (or 0xC48D0C) is known color: Dark Goldenrod. HEX triplet: C4, 8D and 0C. RGB value is (196,141,12). Sum of RGB (Red+Green+Blue) = 196+141+12=349 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.16% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48D0C is #3B72F3. Grayscale: #8F8F8F. Windows color (decimal): -3896052 or 822724. OLE color: 822724.
HSL color Cylindrical-coordinate representation of color #C48D0C: hue angle of 42.07º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C48D0C is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 141 | 12 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.23 |
| HSL | 42.07º | 0.88% | 0.41% | - |
| HSV(B) | 42.07º | 0.94% | 0.77% | - |
| XYZ | 32.36 | 30.81 | 4.59 | - |
| YUV | 142.74 | 54.22 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 141 | 12 | 0 | 0.28 | 0.94 | 0.23 | 42.07 | 0.88 | 0.41 |
| Hex | C4 | 8D | C | 0 | 1C | 5E | 17 | 2A | 58 | 29 |
| Octal | 304 | 215 | 14 | 0 | 34 | 136 | 27 | 52 | 130 | 51 |
| Binary | 11000100 | 10001101 | 1100 | 0 | 11100 | 1011110 | 10111 | 101010 | 1011000 | 101001 |
Color Harmonies of #C48D0C
Complementary color
Monochromatic Colors of #C48D0C
Black with #C48D0C
Text Example
Text Example
White with #C48D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48D0C; }
p { color: rgb(196,141,12); }
H1.HeaderClassName
{
color: #C48D0C;
}
.AnyTagClassName
{
color: #C48D0C;
}
</style>
background-color css
<style>
a { background-color: #C48D0C; }
a { background-color: rgb(196,141,12); }
div.DivClassName
{
background-color: #C48D0C;
}
.BgClassName
{
background-color: #C48D0C;
}
</style>
border-color css
<style>
span { border-color: #C48D0C; }
span { border-color: rgb(196,141,12); }
td.TdClassName
{
border-color: #C48D0C;
}
.TagClassName
{
border-color: #C48D0C;
}
</style>