Shades of Dark Goldenrod #C48D11
Tints of Dark Goldenrod #C48D11
RGB
CMYK
RGB Variations
Color information
#C48D11 (or 0xC48D11) is known color: Dark Goldenrod. HEX triplet: C4, 8D and 11. RGB value is (196,141,17). Sum of RGB (Red+Green+Blue) = 196+141+17=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48D11 is #3B72EE. Grayscale: #8F8F8F. Windows color (decimal): -3896047 or 1150404. OLE color: 1150404.
HSL color Cylindrical-coordinate representation of color #C48D11: hue angle of 41.56º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C48D11 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 141 | 17 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.23 |
| HSL | 41.56º | 0.84% | 0.42% | - |
| HSV(B) | 41.56º | 0.91% | 0.77% | - |
| XYZ | 32.39 | 30.83 | 4.77 | - |
| YUV | 143.31 | 56.72 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 141 | 17 | 0 | 0.28 | 0.91 | 0.23 | 41.56 | 0.84 | 0.42 |
| Hex | C4 | 8D | 11 | 0 | 1C | 5B | 17 | 2A | 54 | 2A |
| Octal | 304 | 215 | 21 | 0 | 34 | 133 | 27 | 52 | 124 | 52 |
| Binary | 11000100 | 10001101 | 10001 | 0 | 11100 | 1011011 | 10111 | 101010 | 1010100 | 101010 |
Color Harmonies of #C48D11
Complementary color
Monochromatic Colors of #C48D11
Black with #C48D11
Text Example
Text Example
White with #C48D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48D11; }
p { color: rgb(196,141,17); }
H1.HeaderClassName
{
color: #C48D11;
}
.AnyTagClassName
{
color: #C48D11;
}
</style>
background-color css
<style>
a { background-color: #C48D11; }
a { background-color: rgb(196,141,17); }
div.DivClassName
{
background-color: #C48D11;
}
.BgClassName
{
background-color: #C48D11;
}
</style>
border-color css
<style>
span { border-color: #C48D11; }
span { border-color: rgb(196,141,17); }
td.TdClassName
{
border-color: #C48D11;
}
.TagClassName
{
border-color: #C48D11;
}
</style>