Shades of Dark Goldenrod #C48D04
Tints of Dark Goldenrod #C48D04
RGB
CMYK
RGB Variations
Color information
#C48D04 (or 0xC48D04) is known color: Dark Goldenrod. HEX triplet: C4, 8D and 04. RGB value is (196,141,4). Sum of RGB (Red+Green+Blue) = 196+141+4=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 4 (1.95% from 255 or 1.17% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48D04 is #3B72FB. Grayscale: #8E8E8E. Windows color (decimal): -3896060 or 298436. OLE color: 298436.
HSL color Cylindrical-coordinate representation of color #C48D04: hue angle of 42.81º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C48D04 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 141 | 4 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.23 |
| HSL | 42.81º | 0.96% | 0.39% | - |
| HSV(B) | 42.81º | 0.98% | 0.77% | - |
| XYZ | 32.31 | 30.79 | 4.36 | - |
| YUV | 141.83 | 50.22 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 141 | 4 | 0 | 0.28 | 0.98 | 0.23 | 42.81 | 0.96 | 0.39 |
| Hex | C4 | 8D | 4 | 0 | 1C | 62 | 17 | 2B | 60 | 27 |
| Octal | 304 | 215 | 4 | 0 | 34 | 142 | 27 | 53 | 140 | 47 |
| Binary | 11000100 | 10001101 | 100 | 0 | 11100 | 1100010 | 10111 | 101011 | 1100000 | 100111 |
Color Harmonies of #C48D04
Complementary color
Monochromatic Colors of #C48D04
Black with #C48D04
Text Example
Text Example
White with #C48D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48D04; }
p { color: rgb(196,141,4); }
H1.HeaderClassName
{
color: #C48D04;
}
.AnyTagClassName
{
color: #C48D04;
}
</style>
background-color css
<style>
a { background-color: #C48D04; }
a { background-color: rgb(196,141,4); }
div.DivClassName
{
background-color: #C48D04;
}
.BgClassName
{
background-color: #C48D04;
}
</style>
border-color css
<style>
span { border-color: #C48D04; }
span { border-color: rgb(196,141,4); }
td.TdClassName
{
border-color: #C48D04;
}
.TagClassName
{
border-color: #C48D04;
}
</style>