Shades of Dark Goldenrod #C47609
Tints of Dark Goldenrod #C47609
RGB
CMYK
RGB Variations
Color information
#C47609 (or 0xC47609) is known color: Dark Goldenrod. HEX triplet: C4, 76 and 09. RGB value is (196,118,9). Sum of RGB (Red+Green+Blue) = 196+118+9=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 9 (3.91% from 255 or 2.79% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C47609 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47609 is #3B89F6. Grayscale: #818181. Windows color (decimal): -3901943 or 620228. OLE color: 620228.
HSL color Cylindrical-coordinate representation of color #C47609: hue angle of 34.97º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C47609 is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 9 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.23 |
| HSL | 34.97º | 0.91% | 0.4% | - |
| HSV(B) | 34.97º | 0.95% | 0.77% | - |
| XYZ | 29.29 | 24.71 | 3.48 | - |
| YUV | 128.9 | 60.34 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 9 | 0 | 0.40 | 0.95 | 0.23 | 34.97 | 0.91 | 0.4 |
| Hex | C4 | 76 | 9 | 0 | 28 | 5F | 17 | 23 | 5B | 28 |
| Octal | 304 | 166 | 11 | 0 | 50 | 137 | 27 | 43 | 133 | 50 |
| Binary | 11000100 | 1110110 | 1001 | 0 | 101000 | 1011111 | 10111 | 100011 | 1011011 | 101000 |
Color Harmonies of #C47609
Complementary color
Monochromatic Colors of #C47609
Black with #C47609
Text Example
Text Example
White with #C47609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47609; }
p { color: rgb(196,118,9); }
H1.HeaderClassName
{
color: #C47609;
}
.AnyTagClassName
{
color: #C47609;
}
</style>
background-color css
<style>
a { background-color: #C47609; }
a { background-color: rgb(196,118,9); }
div.DivClassName
{
background-color: #C47609;
}
.BgClassName
{
background-color: #C47609;
}
</style>
border-color css
<style>
span { border-color: #C47609; }
span { border-color: rgb(196,118,9); }
td.TdClassName
{
border-color: #C47609;
}
.TagClassName
{
border-color: #C47609;
}
</style>