Shades of Dark Goldenrod #C47101
Tints of Dark Goldenrod #C47101
RGB
CMYK
RGB Variations
Color information
#C47101 (or 0xC47101) is known color: Dark Goldenrod. HEX triplet: C4, 71 and 01. RGB value is (196,113,1). Sum of RGB (Red+Green+Blue) = 196+113+1=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C47101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47101 is #3B8EFE. Grayscale: #7D7D7D. Windows color (decimal): -3903231 or 94660. OLE color: 94660.
HSL color Cylindrical-coordinate representation of color #C47101: hue angle of 34.46º degrees, saturation: 0.99, 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 #C47101 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 113 | 1 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.23 |
| HSL | 34.46º | 0.99% | 0.39% | - |
| HSV(B) | 34.46º | 0.99% | 0.77% | - |
| XYZ | 28.68 | 23.55 | 3.06 | - |
| YUV | 125.05 | 58 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 1 | 0 | 0.42 | 0.99 | 0.23 | 34.46 | 0.99 | 0.39 |
| Hex | C4 | 71 | 1 | 0 | 2A | 63 | 17 | 22 | 63 | 27 |
| Octal | 304 | 161 | 1 | 0 | 52 | 143 | 27 | 42 | 143 | 47 |
| Binary | 11000100 | 1110001 | 1 | 0 | 101010 | 1100011 | 10111 | 100010 | 1100011 | 100111 |
Color Harmonies of #C47101
Complementary color
Monochromatic Colors of #C47101
Black with #C47101
Text Example
Text Example
White with #C47101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47101; }
p { color: rgb(196,113,1); }
H1.HeaderClassName
{
color: #C47101;
}
.AnyTagClassName
{
color: #C47101;
}
</style>
background-color css
<style>
a { background-color: #C47101; }
a { background-color: rgb(196,113,1); }
div.DivClassName
{
background-color: #C47101;
}
.BgClassName
{
background-color: #C47101;
}
</style>
border-color css
<style>
span { border-color: #C47101; }
span { border-color: rgb(196,113,1); }
td.TdClassName
{
border-color: #C47101;
}
.TagClassName
{
border-color: #C47101;
}
</style>