Shades of Dark Goldenrod #C47203
Tints of Dark Goldenrod #C47203
RGB
CMYK
RGB Variations
Color information
#C47203 (or 0xC47203) is known color: Dark Goldenrod. HEX triplet: C4, 72 and 03. RGB value is (196,114,3). Sum of RGB (Red+Green+Blue) = 196+114+3=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C47203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47203 is #3B8DFC. Grayscale: #7E7E7E. Windows color (decimal): -3902973 or 225988. OLE color: 225988.
HSL color Cylindrical-coordinate representation of color #C47203: hue angle of 34.51º 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 #C47203 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 114 | 3 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.23 |
| HSL | 34.51º | 0.97% | 0.39% | - |
| HSV(B) | 34.51º | 0.98% | 0.77% | - |
| XYZ | 28.8 | 23.78 | 3.16 | - |
| YUV | 125.86 | 58.67 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 3 | 0 | 0.42 | 0.98 | 0.23 | 34.51 | 0.97 | 0.39 |
| Hex | C4 | 72 | 3 | 0 | 2A | 62 | 17 | 23 | 61 | 27 |
| Octal | 304 | 162 | 3 | 0 | 52 | 142 | 27 | 43 | 141 | 47 |
| Binary | 11000100 | 1110010 | 11 | 0 | 101010 | 1100010 | 10111 | 100011 | 1100001 | 100111 |
Color Harmonies of #C47203
Complementary color
Monochromatic Colors of #C47203
Black with #C47203
Text Example
Text Example
White with #C47203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47203; }
p { color: rgb(196,114,3); }
H1.HeaderClassName
{
color: #C47203;
}
.AnyTagClassName
{
color: #C47203;
}
</style>
background-color css
<style>
a { background-color: #C47203; }
a { background-color: rgb(196,114,3); }
div.DivClassName
{
background-color: #C47203;
}
.BgClassName
{
background-color: #C47203;
}
</style>
border-color css
<style>
span { border-color: #C47203; }
span { border-color: rgb(196,114,3); }
td.TdClassName
{
border-color: #C47203;
}
.TagClassName
{
border-color: #C47203;
}
</style>