Shades of Dark Goldenrod #C47803
Tints of Dark Goldenrod #C47803
RGB
CMYK
RGB Variations
Color information
#C47803 (or 0xC47803) is known color: Dark Goldenrod. HEX triplet: C4, 78 and 03. RGB value is (196,120,3). Sum of RGB (Red+Green+Blue) = 196+120+3=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C47803 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47803 is #3B87FC. Grayscale: #818181. Windows color (decimal): -3901437 or 227524. OLE color: 227524.
HSL color Cylindrical-coordinate representation of color #C47803: hue angle of 36.37º 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 #C47803 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 120 | 3 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.23 |
| HSL | 36.37º | 0.97% | 0.39% | - |
| HSV(B) | 36.37º | 0.98% | 0.77% | - |
| XYZ | 29.5 | 25.18 | 3.39 | - |
| YUV | 129.39 | 56.68 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 3 | 0 | 0.39 | 0.98 | 0.23 | 36.37 | 0.97 | 0.39 |
| Hex | C4 | 78 | 3 | 0 | 27 | 62 | 17 | 24 | 61 | 27 |
| Octal | 304 | 170 | 3 | 0 | 47 | 142 | 27 | 44 | 141 | 47 |
| Binary | 11000100 | 1111000 | 11 | 0 | 100111 | 1100010 | 10111 | 100100 | 1100001 | 100111 |
Color Harmonies of #C47803
Complementary color
Monochromatic Colors of #C47803
Black with #C47803
Text Example
Text Example
White with #C47803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47803; }
p { color: rgb(196,120,3); }
H1.HeaderClassName
{
color: #C47803;
}
.AnyTagClassName
{
color: #C47803;
}
</style>
background-color css
<style>
a { background-color: #C47803; }
a { background-color: rgb(196,120,3); }
div.DivClassName
{
background-color: #C47803;
}
.BgClassName
{
background-color: #C47803;
}
</style>
border-color css
<style>
span { border-color: #C47803; }
span { border-color: rgb(196,120,3); }
td.TdClassName
{
border-color: #C47803;
}
.TagClassName
{
border-color: #C47803;
}
</style>