Shades of Dark Goldenrod #C47C0F
Tints of Dark Goldenrod #C47C0F
RGB
CMYK
RGB Variations
Color information
#C47C0F (or 0xC47C0F) is known color: Dark Goldenrod. HEX triplet: C4, 7C and 0F. RGB value is (196,124,15). Sum of RGB (Red+Green+Blue) = 196+124+15=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47C0F is #3B83F0. Grayscale: #858585. Windows color (decimal): -3900401 or 1014980. OLE color: 1014980.
HSL color Cylindrical-coordinate representation of color #C47C0F: hue angle of 36.13º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C47C0F is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 124 | 15 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.23 |
| HSL | 36.13º | 0.86% | 0.41% | - |
| HSV(B) | 36.13º | 0.92% | 0.77% | - |
| XYZ | 30.06 | 26.19 | 3.92 | - |
| YUV | 133.1 | 61.35 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 15 | 0 | 0.37 | 0.92 | 0.23 | 36.13 | 0.86 | 0.41 |
| Hex | C4 | 7C | F | 0 | 25 | 5C | 17 | 24 | 56 | 29 |
| Octal | 304 | 174 | 17 | 0 | 45 | 134 | 27 | 44 | 126 | 51 |
| Binary | 11000100 | 1111100 | 1111 | 0 | 100101 | 1011100 | 10111 | 100100 | 1010110 | 101001 |
Color Harmonies of #C47C0F
Complementary color
Monochromatic Colors of #C47C0F
Black with #C47C0F
Text Example
Text Example
White with #C47C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47C0F; }
p { color: rgb(196,124,15); }
H1.HeaderClassName
{
color: #C47C0F;
}
.AnyTagClassName
{
color: #C47C0F;
}
</style>
background-color css
<style>
a { background-color: #C47C0F; }
a { background-color: rgb(196,124,15); }
div.DivClassName
{
background-color: #C47C0F;
}
.BgClassName
{
background-color: #C47C0F;
}
</style>
border-color css
<style>
span { border-color: #C47C0F; }
span { border-color: rgb(196,124,15); }
td.TdClassName
{
border-color: #C47C0F;
}
.TagClassName
{
border-color: #C47C0F;
}
</style>