Shades of Dark Goldenrod #C47702
Tints of Dark Goldenrod #C47702
RGB
CMYK
RGB Variations
Color information
#C47702 (or 0xC47702) is known color: Dark Goldenrod. HEX triplet: C4, 77 and 02. RGB value is (196,119,2). Sum of RGB (Red+Green+Blue) = 196+119+2=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C47702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47702 is #3B88FD. Grayscale: #818181. Windows color (decimal): -3901694 or 161732. OLE color: 161732.
HSL color Cylindrical-coordinate representation of color #C47702: hue angle of 36.19º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C47702 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 119 | 2 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.23 |
| HSL | 36.19º | 0.98% | 0.39% | - |
| HSV(B) | 36.19º | 0.99% | 0.77% | - |
| XYZ | 29.37 | 24.93 | 3.32 | - |
| YUV | 128.69 | 56.51 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 119 | 2 | 0 | 0.39 | 0.99 | 0.23 | 36.19 | 0.98 | 0.39 |
| Hex | C4 | 77 | 2 | 0 | 27 | 63 | 17 | 24 | 62 | 27 |
| Octal | 304 | 167 | 2 | 0 | 47 | 143 | 27 | 44 | 142 | 47 |
| Binary | 11000100 | 1110111 | 10 | 0 | 100111 | 1100011 | 10111 | 100100 | 1100010 | 100111 |
Color Harmonies of #C47702
Complementary color
Monochromatic Colors of #C47702
Black with #C47702
Text Example
Text Example
White with #C47702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47702; }
p { color: rgb(196,119,2); }
H1.HeaderClassName
{
color: #C47702;
}
.AnyTagClassName
{
color: #C47702;
}
</style>
background-color css
<style>
a { background-color: #C47702; }
a { background-color: rgb(196,119,2); }
div.DivClassName
{
background-color: #C47702;
}
.BgClassName
{
background-color: #C47702;
}
</style>
border-color css
<style>
span { border-color: #C47702; }
span { border-color: rgb(196,119,2); }
td.TdClassName
{
border-color: #C47702;
}
.TagClassName
{
border-color: #C47702;
}
</style>