Shades of Dark Goldenrod #C47800
Tints of Dark Goldenrod #C47800
RGB
CMYK
RGB Variations
Color information
#C47800 (or 0xC47800) is known color: Dark Goldenrod. HEX triplet: C4, 78 and 00. RGB value is (196,120,0). Sum of RGB (Red+Green+Blue) = 196+120+0=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C47800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47800 is #3B87FF. Grayscale: #818181. Windows color (decimal): -3901440 or 30916. OLE color: 30916.
HSL color Cylindrical-coordinate representation of color #C47800: hue angle of 36.73º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C47800 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 120 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.23 |
| HSL | 36.73º | 1% | 0.38% | - |
| HSV(B) | 36.73º | 1% | 0.77% | - |
| XYZ | 29.48 | 25.17 | 3.3 | - |
| YUV | 129.04 | 55.18 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 0 | 0 | 0.39 | 1 | 0.23 | 36.73 | 1 | 0.38 |
| Hex | C4 | 78 | 0 | 0 | 27 | 64 | 17 | 25 | 64 | 26 |
| Octal | 304 | 170 | 0 | 0 | 47 | 144 | 27 | 45 | 144 | 46 |
| Binary | 11000100 | 1111000 | 0 | 0 | 100111 | 1100100 | 10111 | 100101 | 1100100 | 100110 |
Color Harmonies of #C47800
Complementary color
Monochromatic Colors of #C47800
Black with #C47800
Text Example
Text Example
White with #C47800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47800; }
p { color: rgb(196,120,0); }
H1.HeaderClassName
{
color: #C47800;
}
.AnyTagClassName
{
color: #C47800;
}
</style>
background-color css
<style>
a { background-color: #C47800; }
a { background-color: rgb(196,120,0); }
div.DivClassName
{
background-color: #C47800;
}
.BgClassName
{
background-color: #C47800;
}
</style>
border-color css
<style>
span { border-color: #C47800; }
span { border-color: rgb(196,120,0); }
td.TdClassName
{
border-color: #C47800;
}
.TagClassName
{
border-color: #C47800;
}
</style>