Shades of Dark Goldenrod #C48610
Tints of Dark Goldenrod #C48610
RGB
CMYK
RGB Variations
Color information
#C48610 (or 0xC48610) is known color: Dark Goldenrod. HEX triplet: C4, 86 and 10. RGB value is (196,134,16). Sum of RGB (Red+Green+Blue) = 196+134+16=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C48610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48610 is #3B79EF. Grayscale: #8B8B8B. Windows color (decimal): -3897840 or 1083076. OLE color: 1083076.
HSL color Cylindrical-coordinate representation of color #C48610: hue angle of 39.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C48610 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 134 | 16 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.23 |
| HSL | 39.33º | 0.85% | 0.42% | - |
| HSV(B) | 39.33º | 0.92% | 0.77% | - |
| XYZ | 31.38 | 28.82 | 4.4 | - |
| YUV | 139.09 | 58.54 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 16 | 0 | 0.32 | 0.92 | 0.23 | 39.33 | 0.85 | 0.42 |
| Hex | C4 | 86 | 10 | 0 | 20 | 5C | 17 | 27 | 55 | 2A |
| Octal | 304 | 206 | 20 | 0 | 40 | 134 | 27 | 47 | 125 | 52 |
| Binary | 11000100 | 10000110 | 10000 | 0 | 100000 | 1011100 | 10111 | 100111 | 1010101 | 101010 |
Color Harmonies of #C48610
Complementary color
Monochromatic Colors of #C48610
Black with #C48610
Text Example
Text Example
White with #C48610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48610; }
p { color: rgb(196,134,16); }
H1.HeaderClassName
{
color: #C48610;
}
.AnyTagClassName
{
color: #C48610;
}
</style>
background-color css
<style>
a { background-color: #C48610; }
a { background-color: rgb(196,134,16); }
div.DivClassName
{
background-color: #C48610;
}
.BgClassName
{
background-color: #C48610;
}
</style>
border-color css
<style>
span { border-color: #C48610; }
span { border-color: rgb(196,134,16); }
td.TdClassName
{
border-color: #C48610;
}
.TagClassName
{
border-color: #C48610;
}
</style>