Shades of Dark Goldenrod #C48400
Tints of Dark Goldenrod #C48400
RGB
CMYK
RGB Variations
Color information
#C48400 (or 0xC48400) is known color: Dark Goldenrod. HEX triplet: C4, 84 and 00. RGB value is (196,132,0). Sum of RGB (Red+Green+Blue) = 196+132+0=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C48400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48400 is #3B7BFF. Grayscale: #888888. Windows color (decimal): -3898368 or 33988. OLE color: 33988.
HSL color Cylindrical-coordinate representation of color #C48400: hue angle of 40.41º 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 #C48400 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 132 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.23 |
| HSL | 40.41º | 1% | 0.38% | - |
| HSV(B) | 40.41º | 1% | 0.77% | - |
| XYZ | 31.02 | 28.24 | 3.82 | - |
| YUV | 136.09 | 51.2 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 0 | 0 | 0.33 | 1 | 0.23 | 40.41 | 1 | 0.38 |
| Hex | C4 | 84 | 0 | 0 | 21 | 64 | 17 | 28 | 64 | 26 |
| Octal | 304 | 204 | 0 | 0 | 41 | 144 | 27 | 50 | 144 | 46 |
| Binary | 11000100 | 10000100 | 0 | 0 | 100001 | 1100100 | 10111 | 101000 | 1100100 | 100110 |
Color Harmonies of #C48400
Complementary color
Monochromatic Colors of #C48400
Black with #C48400
Text Example
Text Example
White with #C48400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48400; }
p { color: rgb(196,132,0); }
H1.HeaderClassName
{
color: #C48400;
}
.AnyTagClassName
{
color: #C48400;
}
</style>
background-color css
<style>
a { background-color: #C48400; }
a { background-color: rgb(196,132,0); }
div.DivClassName
{
background-color: #C48400;
}
.BgClassName
{
background-color: #C48400;
}
</style>
border-color css
<style>
span { border-color: #C48400; }
span { border-color: rgb(196,132,0); }
td.TdClassName
{
border-color: #C48400;
}
.TagClassName
{
border-color: #C48400;
}
</style>