Shades of Dark Goldenrod #C48C05
Tints of Dark Goldenrod #C48C05
RGB
CMYK
RGB Variations
Color information
#C48C05 (or 0xC48C05) is known color: Dark Goldenrod. HEX triplet: C4, 8C and 05. RGB value is (196,140,5). Sum of RGB (Red+Green+Blue) = 196+140+5=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48C05 is #3B73FA. Grayscale: #8D8D8D. Windows color (decimal): -3896315 or 363716. OLE color: 363716.
HSL color Cylindrical-coordinate representation of color #C48C05: hue angle of 42.41º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C48C05 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 5 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.23 |
| HSL | 42.41º | 0.95% | 0.39% | - |
| HSV(B) | 42.41º | 0.97% | 0.77% | - |
| XYZ | 32.17 | 30.5 | 4.34 | - |
| YUV | 141.35 | 51.05 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 5 | 0 | 0.29 | 0.97 | 0.23 | 42.41 | 0.95 | 0.39 |
| Hex | C4 | 8C | 5 | 0 | 1D | 61 | 17 | 2A | 5F | 27 |
| Octal | 304 | 214 | 5 | 0 | 35 | 141 | 27 | 52 | 137 | 47 |
| Binary | 11000100 | 10001100 | 101 | 0 | 11101 | 1100001 | 10111 | 101010 | 1011111 | 100111 |
Color Harmonies of #C48C05
Complementary color
Monochromatic Colors of #C48C05
Black with #C48C05
Text Example
Text Example
White with #C48C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48C05; }
p { color: rgb(196,140,5); }
H1.HeaderClassName
{
color: #C48C05;
}
.AnyTagClassName
{
color: #C48C05;
}
</style>
background-color css
<style>
a { background-color: #C48C05; }
a { background-color: rgb(196,140,5); }
div.DivClassName
{
background-color: #C48C05;
}
.BgClassName
{
background-color: #C48C05;
}
</style>
border-color css
<style>
span { border-color: #C48C05; }
span { border-color: rgb(196,140,5); }
td.TdClassName
{
border-color: #C48C05;
}
.TagClassName
{
border-color: #C48C05;
}
</style>