Shades of Dark Goldenrod #C48D00
Tints of Dark Goldenrod #C48D00
RGB
CMYK
RGB Variations
Color information
#C48D00 (or 0xC48D00) is known color: Dark Goldenrod. HEX triplet: C4, 8D and 00. RGB value is (196,141,0). Sum of RGB (Red+Green+Blue) = 196+141+0=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48D00 is #3B72FF. Grayscale: #8D8D8D. Windows color (decimal): -3896064 or 36292. OLE color: 36292.
HSL color Cylindrical-coordinate representation of color #C48D00: hue angle of 43.16º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C48D00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 141 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.23 |
| HSL | 43.16º | 1% | 0.38% | - |
| HSV(B) | 43.16º | 1% | 0.77% | - |
| XYZ | 32.29 | 30.79 | 4.24 | - |
| YUV | 141.37 | 48.22 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 141 | 0 | 0 | 0.28 | 1 | 0.23 | 43.16 | 1 | 0.38 |
| Hex | C4 | 8D | 0 | 0 | 1C | 64 | 17 | 2B | 64 | 26 |
| Octal | 304 | 215 | 0 | 0 | 34 | 144 | 27 | 53 | 144 | 46 |
| Binary | 11000100 | 10001101 | 0 | 0 | 11100 | 1100100 | 10111 | 101011 | 1100100 | 100110 |
Color Harmonies of #C48D00
Complementary color
Monochromatic Colors of #C48D00
Black with #C48D00
Text Example
Text Example
White with #C48D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48D00; }
p { color: rgb(196,141,0); }
H1.HeaderClassName
{
color: #C48D00;
}
.AnyTagClassName
{
color: #C48D00;
}
</style>
background-color css
<style>
a { background-color: #C48D00; }
a { background-color: rgb(196,141,0); }
div.DivClassName
{
background-color: #C48D00;
}
.BgClassName
{
background-color: #C48D00;
}
</style>
border-color css
<style>
span { border-color: #C48D00; }
span { border-color: rgb(196,141,0); }
td.TdClassName
{
border-color: #C48D00;
}
.TagClassName
{
border-color: #C48D00;
}
</style>