Shades of Dark Goldenrod #C48B04
Tints of Dark Goldenrod #C48B04
RGB
CMYK
RGB Variations
Color information
#C48B04 (or 0xC48B04) is known color: Dark Goldenrod. HEX triplet: C4, 8B and 04. RGB value is (196,139,4). Sum of RGB (Red+Green+Blue) = 196+139+4=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48B04 is #3B74FB. Grayscale: #8D8D8D. Windows color (decimal): -3896572 or 297924. OLE color: 297924.
HSL color Cylindrical-coordinate representation of color #C48B04: hue angle of 42.19º 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 #C48B04 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 139 | 4 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.23 |
| HSL | 42.19º | 0.96% | 0.39% | - |
| HSV(B) | 42.19º | 0.98% | 0.77% | - |
| XYZ | 32.02 | 30.21 | 4.26 | - |
| YUV | 140.65 | 50.88 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 4 | 0 | 0.29 | 0.98 | 0.23 | 42.19 | 0.96 | 0.39 |
| Hex | C4 | 8B | 4 | 0 | 1D | 62 | 17 | 2A | 60 | 27 |
| Octal | 304 | 213 | 4 | 0 | 35 | 142 | 27 | 52 | 140 | 47 |
| Binary | 11000100 | 10001011 | 100 | 0 | 11101 | 1100010 | 10111 | 101010 | 1100000 | 100111 |
Color Harmonies of #C48B04
Complementary color
Monochromatic Colors of #C48B04
Black with #C48B04
Text Example
Text Example
White with #C48B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48B04; }
p { color: rgb(196,139,4); }
H1.HeaderClassName
{
color: #C48B04;
}
.AnyTagClassName
{
color: #C48B04;
}
</style>
background-color css
<style>
a { background-color: #C48B04; }
a { background-color: rgb(196,139,4); }
div.DivClassName
{
background-color: #C48B04;
}
.BgClassName
{
background-color: #C48B04;
}
</style>
border-color css
<style>
span { border-color: #C48B04; }
span { border-color: rgb(196,139,4); }
td.TdClassName
{
border-color: #C48B04;
}
.TagClassName
{
border-color: #C48B04;
}
</style>