Shades of Dark Goldenrod #C47705
Tints of Dark Goldenrod #C47705
RGB
CMYK
RGB Variations
Color information
#C47705 (or 0xC47705) is known color: Dark Goldenrod. HEX triplet: C4, 77 and 05. RGB value is (196,119,5). Sum of RGB (Red+Green+Blue) = 196+119+5=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C47705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47705 is #3B88FA. Grayscale: #818181. Windows color (decimal): -3901691 or 358340. OLE color: 358340.
HSL color Cylindrical-coordinate representation of color #C47705: hue angle of 35.81º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C47705 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 119 | 5 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.23 |
| HSL | 35.81º | 0.95% | 0.39% | - |
| HSV(B) | 35.81º | 0.97% | 0.77% | - |
| XYZ | 29.39 | 24.94 | 3.41 | - |
| YUV | 129.03 | 58.01 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 119 | 5 | 0 | 0.39 | 0.97 | 0.23 | 35.81 | 0.95 | 0.39 |
| Hex | C4 | 77 | 5 | 0 | 27 | 61 | 17 | 24 | 5F | 27 |
| Octal | 304 | 167 | 5 | 0 | 47 | 141 | 27 | 44 | 137 | 47 |
| Binary | 11000100 | 1110111 | 101 | 0 | 100111 | 1100001 | 10111 | 100100 | 1011111 | 100111 |
Color Harmonies of #C47705
Complementary color
Monochromatic Colors of #C47705
Black with #C47705
Text Example
Text Example
White with #C47705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47705; }
p { color: rgb(196,119,5); }
H1.HeaderClassName
{
color: #C47705;
}
.AnyTagClassName
{
color: #C47705;
}
</style>
background-color css
<style>
a { background-color: #C47705; }
a { background-color: rgb(196,119,5); }
div.DivClassName
{
background-color: #C47705;
}
.BgClassName
{
background-color: #C47705;
}
</style>
border-color css
<style>
span { border-color: #C47705; }
span { border-color: rgb(196,119,5); }
td.TdClassName
{
border-color: #C47705;
}
.TagClassName
{
border-color: #C47705;
}
</style>