Shades of Dark Goldenrod #C47303
Tints of Dark Goldenrod #C47303
RGB
CMYK
RGB Variations
Color information
#C47303 (or 0xC47303) is known color: Dark Goldenrod. HEX triplet: C4, 73 and 03. RGB value is (196,115,3). Sum of RGB (Red+Green+Blue) = 196+115+3=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 3 (1.56% from 255 or 0.96% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C47303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47303 is #3B8CFC. Grayscale: #7E7E7E. Windows color (decimal): -3902717 or 226244. OLE color: 226244.
HSL color Cylindrical-coordinate representation of color #C47303: hue angle of 34.82º 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 #C47303 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 3 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.23 |
| HSL | 34.82º | 0.97% | 0.39% | - |
| HSV(B) | 34.82º | 0.98% | 0.77% | - |
| XYZ | 28.91 | 24 | 3.2 | - |
| YUV | 126.45 | 58.34 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 3 | 0 | 0.41 | 0.98 | 0.23 | 34.82 | 0.97 | 0.39 |
| Hex | C4 | 73 | 3 | 0 | 29 | 62 | 17 | 23 | 61 | 27 |
| Octal | 304 | 163 | 3 | 0 | 51 | 142 | 27 | 43 | 141 | 47 |
| Binary | 11000100 | 1110011 | 11 | 0 | 101001 | 1100010 | 10111 | 100011 | 1100001 | 100111 |
Color Harmonies of #C47303
Complementary color
Monochromatic Colors of #C47303
Black with #C47303
Text Example
Text Example
White with #C47303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47303; }
p { color: rgb(196,115,3); }
H1.HeaderClassName
{
color: #C47303;
}
.AnyTagClassName
{
color: #C47303;
}
</style>
background-color css
<style>
a { background-color: #C47303; }
a { background-color: rgb(196,115,3); }
div.DivClassName
{
background-color: #C47303;
}
.BgClassName
{
background-color: #C47303;
}
</style>
border-color css
<style>
span { border-color: #C47303; }
span { border-color: rgb(196,115,3); }
td.TdClassName
{
border-color: #C47303;
}
.TagClassName
{
border-color: #C47303;
}
</style>