Shades of Dark Goldenrod #C47700
Tints of Dark Goldenrod #C47700
RGB
CMYK
RGB Variations
Color information
#C47700 (or 0xC47700) is known color: Dark Goldenrod. HEX triplet: C4, 77 and 00. RGB value is (196,119,0). Sum of RGB (Red+Green+Blue) = 196+119+0=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C47700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47700 is #3B88FF. Grayscale: #818181. Windows color (decimal): -3901696 or 30660. OLE color: 30660.
HSL color Cylindrical-coordinate representation of color #C47700: hue angle of 36.43º 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 #C47700 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 119 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.23 |
| HSL | 36.43º | 1% | 0.38% | - |
| HSV(B) | 36.43º | 1% | 0.77% | - |
| XYZ | 29.36 | 24.93 | 3.26 | - |
| YUV | 128.46 | 55.51 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 119 | 0 | 0 | 0.39 | 1 | 0.23 | 36.43 | 1 | 0.38 |
| Hex | C4 | 77 | 0 | 0 | 27 | 64 | 17 | 24 | 64 | 26 |
| Octal | 304 | 167 | 0 | 0 | 47 | 144 | 27 | 44 | 144 | 46 |
| Binary | 11000100 | 1110111 | 0 | 0 | 100111 | 1100100 | 10111 | 100100 | 1100100 | 100110 |
Color Harmonies of #C47700
Complementary color
Monochromatic Colors of #C47700
Black with #C47700
Text Example
Text Example
White with #C47700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47700; }
p { color: rgb(196,119,0); }
H1.HeaderClassName
{
color: #C47700;
}
.AnyTagClassName
{
color: #C47700;
}
</style>
background-color css
<style>
a { background-color: #C47700; }
a { background-color: rgb(196,119,0); }
div.DivClassName
{
background-color: #C47700;
}
.BgClassName
{
background-color: #C47700;
}
</style>
border-color css
<style>
span { border-color: #C47700; }
span { border-color: rgb(196,119,0); }
td.TdClassName
{
border-color: #C47700;
}
.TagClassName
{
border-color: #C47700;
}
</style>