Shades of Dark Goldenrod #C47509
Tints of Dark Goldenrod #C47509
RGB
CMYK
RGB Variations
Color information
#C47509 (or 0xC47509) is known color: Dark Goldenrod. HEX triplet: C4, 75 and 09. RGB value is (196,117,9). Sum of RGB (Red+Green+Blue) = 196+117+9=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 9 (3.91% from 255 or 2.80% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C47509 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47509 is #3B8AF6. Grayscale: #808080. Windows color (decimal): -3902199 or 619972. OLE color: 619972.
HSL color Cylindrical-coordinate representation of color #C47509: hue angle of 34.65º 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 #C47509 is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 9 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.23 |
| HSL | 34.65º | 0.91% | 0.4% | - |
| HSV(B) | 34.65º | 0.95% | 0.77% | - |
| XYZ | 29.18 | 24.48 | 3.45 | - |
| YUV | 128.31 | 60.67 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 9 | 0 | 0.40 | 0.95 | 0.23 | 34.65 | 0.91 | 0.4 |
| Hex | C4 | 75 | 9 | 0 | 28 | 5F | 17 | 23 | 5B | 28 |
| Octal | 304 | 165 | 11 | 0 | 50 | 137 | 27 | 43 | 133 | 50 |
| Binary | 11000100 | 1110101 | 1001 | 0 | 101000 | 1011111 | 10111 | 100011 | 1011011 | 101000 |
Color Harmonies of #C47509
Complementary color
Monochromatic Colors of #C47509
Black with #C47509
Text Example
Text Example
White with #C47509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47509; }
p { color: rgb(196,117,9); }
H1.HeaderClassName
{
color: #C47509;
}
.AnyTagClassName
{
color: #C47509;
}
</style>
background-color css
<style>
a { background-color: #C47509; }
a { background-color: rgb(196,117,9); }
div.DivClassName
{
background-color: #C47509;
}
.BgClassName
{
background-color: #C47509;
}
</style>
border-color css
<style>
span { border-color: #C47509; }
span { border-color: rgb(196,117,9); }
td.TdClassName
{
border-color: #C47509;
}
.TagClassName
{
border-color: #C47509;
}
</style>