Shades of Dark Goldenrod #C49208
Tints of Dark Goldenrod #C49208
RGB
CMYK
RGB Variations
Color information
#C49208 (or 0xC49208) is known color: Dark Goldenrod. HEX triplet: C4, 92 and 08. RGB value is (196,146,8). Sum of RGB (Red+Green+Blue) = 196+146+8=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 8 (3.52% from 255 or 2.29% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C49208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49208 is #3B6DF7. Grayscale: #919191. Windows color (decimal): -3894776 or 561860. OLE color: 561860.
HSL color Cylindrical-coordinate representation of color #C49208: hue angle of 44.04º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C49208 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 146 | 8 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.23 |
| HSL | 44.04º | 0.92% | 0.4% | - |
| HSV(B) | 44.04º | 0.96% | 0.77% | - |
| XYZ | 33.09 | 32.31 | 4.72 | - |
| YUV | 145.22 | 50.57 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 8 | 0 | 0.26 | 0.96 | 0.23 | 44.04 | 0.92 | 0.4 |
| Hex | C4 | 92 | 8 | 0 | 1A | 60 | 17 | 2C | 5C | 28 |
| Octal | 304 | 222 | 10 | 0 | 32 | 140 | 27 | 54 | 134 | 50 |
| Binary | 11000100 | 10010010 | 1000 | 0 | 11010 | 1100000 | 10111 | 101100 | 1011100 | 101000 |
Color Harmonies of #C49208
Complementary color
Monochromatic Colors of #C49208
Black with #C49208
Text Example
Text Example
White with #C49208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49208; }
p { color: rgb(196,146,8); }
H1.HeaderClassName
{
color: #C49208;
}
.AnyTagClassName
{
color: #C49208;
}
</style>
background-color css
<style>
a { background-color: #C49208; }
a { background-color: rgb(196,146,8); }
div.DivClassName
{
background-color: #C49208;
}
.BgClassName
{
background-color: #C49208;
}
</style>
border-color css
<style>
span { border-color: #C49208; }
span { border-color: rgb(196,146,8); }
td.TdClassName
{
border-color: #C49208;
}
.TagClassName
{
border-color: #C49208;
}
</style>