Shades of Dark Goldenrod #C47403
Tints of Dark Goldenrod #C47403
RGB
CMYK
RGB Variations
Color information
#C47403 (or 0xC47403) is known color: Dark Goldenrod. HEX triplet: C4, 74 and 03. RGB value is (196,116,3). Sum of RGB (Red+Green+Blue) = 196+116+3=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 3 (1.56% from 255 or 0.95% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C47403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47403 is #3B8BFC. Grayscale: #7F7F7F. Windows color (decimal): -3902461 or 226500. OLE color: 226500.
HSL color Cylindrical-coordinate representation of color #C47403: hue angle of 35.13º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C47403 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 116 | 3 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.23 |
| HSL | 35.13º | 0.97% | 0.39% | - |
| HSV(B) | 35.13º | 0.98% | 0.77% | - |
| XYZ | 29.03 | 24.23 | 3.23 | - |
| YUV | 127.04 | 58 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 116 | 3 | 0 | 0.41 | 0.98 | 0.23 | 35.13 | 0.97 | 0.39 |
| Hex | C4 | 74 | 3 | 0 | 29 | 62 | 17 | 23 | 61 | 27 |
| Octal | 304 | 164 | 3 | 0 | 51 | 142 | 27 | 43 | 141 | 47 |
| Binary | 11000100 | 1110100 | 11 | 0 | 101001 | 1100010 | 10111 | 100011 | 1100001 | 100111 |
Color Harmonies of #C47403
Complementary color
Monochromatic Colors of #C47403
Black with #C47403
Text Example
Text Example
White with #C47403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47403; }
p { color: rgb(196,116,3); }
H1.HeaderClassName
{
color: #C47403;
}
.AnyTagClassName
{
color: #C47403;
}
</style>
background-color css
<style>
a { background-color: #C47403; }
a { background-color: rgb(196,116,3); }
div.DivClassName
{
background-color: #C47403;
}
.BgClassName
{
background-color: #C47403;
}
</style>
border-color css
<style>
span { border-color: #C47403; }
span { border-color: rgb(196,116,3); }
td.TdClassName
{
border-color: #C47403;
}
.TagClassName
{
border-color: #C47403;
}
</style>