Shades of Dark Goldenrod #C48100
Tints of Dark Goldenrod #C48100
RGB
CMYK
RGB Variations
Color information
#C48100 (or 0xC48100) is known color: Dark Goldenrod. HEX triplet: C4, 81 and 00. RGB value is (196,129,0). Sum of RGB (Red+Green+Blue) = 196+129+0=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C48100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48100 is #3B7EFF. Grayscale: #868686. Windows color (decimal): -3899136 or 33220. OLE color: 33220.
HSL color Cylindrical-coordinate representation of color #C48100: hue angle of 39.49º 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 #C48100 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.23 |
| HSL | 39.49º | 1% | 0.38% | - |
| HSV(B) | 39.49º | 1% | 0.77% | - |
| XYZ | 30.62 | 27.44 | 3.68 | - |
| YUV | 134.33 | 52.2 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 0 | 0 | 0.34 | 1 | 0.23 | 39.49 | 1 | 0.38 |
| Hex | C4 | 81 | 0 | 0 | 22 | 64 | 17 | 27 | 64 | 26 |
| Octal | 304 | 201 | 0 | 0 | 42 | 144 | 27 | 47 | 144 | 46 |
| Binary | 11000100 | 10000001 | 0 | 0 | 100010 | 1100100 | 10111 | 100111 | 1100100 | 100110 |
Color Harmonies of #C48100
Complementary color
Monochromatic Colors of #C48100
Black with #C48100
Text Example
Text Example
White with #C48100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48100; }
p { color: rgb(196,129,0); }
H1.HeaderClassName
{
color: #C48100;
}
.AnyTagClassName
{
color: #C48100;
}
</style>
background-color css
<style>
a { background-color: #C48100; }
a { background-color: rgb(196,129,0); }
div.DivClassName
{
background-color: #C48100;
}
.BgClassName
{
background-color: #C48100;
}
</style>
border-color css
<style>
span { border-color: #C48100; }
span { border-color: rgb(196,129,0); }
td.TdClassName
{
border-color: #C48100;
}
.TagClassName
{
border-color: #C48100;
}
</style>