Shades of Dark Goldenrod #C47401
Tints of Dark Goldenrod #C47401
RGB
CMYK
RGB Variations
Color information
#C47401 (or 0xC47401) is known color: Dark Goldenrod. HEX triplet: C4, 74 and 01. RGB value is (196,116,1). Sum of RGB (Red+Green+Blue) = 196+116+1=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C47401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47401 is #3B8BFE. Grayscale: #7F7F7F. Windows color (decimal): -3902463 or 95428. OLE color: 95428.
HSL color Cylindrical-coordinate representation of color #C47401: hue angle of 35.38º 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 #C47401 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 116 | 1 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.23 |
| HSL | 35.38º | 0.99% | 0.39% | - |
| HSV(B) | 35.38º | 0.99% | 0.77% | - |
| XYZ | 29.02 | 24.23 | 3.18 | - |
| YUV | 126.81 | 57 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 116 | 1 | 0 | 0.41 | 0.99 | 0.23 | 35.38 | 0.99 | 0.39 |
| Hex | C4 | 74 | 1 | 0 | 29 | 63 | 17 | 23 | 63 | 27 |
| Octal | 304 | 164 | 1 | 0 | 51 | 143 | 27 | 43 | 143 | 47 |
| Binary | 11000100 | 1110100 | 1 | 0 | 101001 | 1100011 | 10111 | 100011 | 1100011 | 100111 |
Color Harmonies of #C47401
Complementary color
Monochromatic Colors of #C47401
Black with #C47401
Text Example
Text Example
White with #C47401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47401; }
p { color: rgb(196,116,1); }
H1.HeaderClassName
{
color: #C47401;
}
.AnyTagClassName
{
color: #C47401;
}
</style>
background-color css
<style>
a { background-color: #C47401; }
a { background-color: rgb(196,116,1); }
div.DivClassName
{
background-color: #C47401;
}
.BgClassName
{
background-color: #C47401;
}
</style>
border-color css
<style>
span { border-color: #C47401; }
span { border-color: rgb(196,116,1); }
td.TdClassName
{
border-color: #C47401;
}
.TagClassName
{
border-color: #C47401;
}
</style>