Shades of Dark Goldenrod #C47408
Tints of Dark Goldenrod #C47408
RGB
CMYK
RGB Variations
Color information
#C47408 (or 0xC47408) is known color: Dark Goldenrod. HEX triplet: C4, 74 and 08. RGB value is (196,116,8). Sum of RGB (Red+Green+Blue) = 196+116+8=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C47408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47408 is #3B8BF7. Grayscale: #808080. Windows color (decimal): -3902456 or 554180. OLE color: 554180.
HSL color Cylindrical-coordinate representation of color #C47408: hue angle of 34.47º 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 #C47408 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 116 | 8 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.23 |
| HSL | 34.47º | 0.92% | 0.4% | - |
| HSV(B) | 34.47º | 0.96% | 0.77% | - |
| XYZ | 29.05 | 24.24 | 3.38 | - |
| YUV | 127.61 | 60.5 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 116 | 8 | 0 | 0.41 | 0.96 | 0.23 | 34.47 | 0.92 | 0.4 |
| Hex | C4 | 74 | 8 | 0 | 29 | 60 | 17 | 22 | 5C | 28 |
| Octal | 304 | 164 | 10 | 0 | 51 | 140 | 27 | 42 | 134 | 50 |
| Binary | 11000100 | 1110100 | 1000 | 0 | 101001 | 1100000 | 10111 | 100010 | 1011100 | 101000 |
Color Harmonies of #C47408
Complementary color
Monochromatic Colors of #C47408
Black with #C47408
Text Example
Text Example
White with #C47408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47408; }
p { color: rgb(196,116,8); }
H1.HeaderClassName
{
color: #C47408;
}
.AnyTagClassName
{
color: #C47408;
}
</style>
background-color css
<style>
a { background-color: #C47408; }
a { background-color: rgb(196,116,8); }
div.DivClassName
{
background-color: #C47408;
}
.BgClassName
{
background-color: #C47408;
}
</style>
border-color css
<style>
span { border-color: #C47408; }
span { border-color: rgb(196,116,8); }
td.TdClassName
{
border-color: #C47408;
}
.TagClassName
{
border-color: #C47408;
}
</style>