Shades of Dark Goldenrod #C47A0F
Tints of Dark Goldenrod #C47A0F
RGB
CMYK
RGB Variations
Color information
#C47A0F (or 0xC47A0F) is known color: Dark Goldenrod. HEX triplet: C4, 7A and 0F. RGB value is (196,122,15). Sum of RGB (Red+Green+Blue) = 196+122+15=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47A0F is #3B85F0. Grayscale: #848484. Windows color (decimal): -3900913 or 1014468. OLE color: 1014468.
HSL color Cylindrical-coordinate representation of color #C47A0F: hue angle of 35.47º 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 #C47A0F is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 15 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.23 |
| HSL | 35.47º | 0.86% | 0.41% | - |
| HSV(B) | 35.47º | 0.92% | 0.77% | - |
| XYZ | 29.81 | 25.69 | 3.84 | - |
| YUV | 131.93 | 62.02 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 15 | 0 | 0.38 | 0.92 | 0.23 | 35.47 | 0.86 | 0.41 |
| Hex | C4 | 7A | F | 0 | 26 | 5C | 17 | 23 | 56 | 29 |
| Octal | 304 | 172 | 17 | 0 | 46 | 134 | 27 | 43 | 126 | 51 |
| Binary | 11000100 | 1111010 | 1111 | 0 | 100110 | 1011100 | 10111 | 100011 | 1010110 | 101001 |
Color Harmonies of #C47A0F
Complementary color
Monochromatic Colors of #C47A0F
Black with #C47A0F
Text Example
Text Example
White with #C47A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A0F; }
p { color: rgb(196,122,15); }
H1.HeaderClassName
{
color: #C47A0F;
}
.AnyTagClassName
{
color: #C47A0F;
}
</style>
background-color css
<style>
a { background-color: #C47A0F; }
a { background-color: rgb(196,122,15); }
div.DivClassName
{
background-color: #C47A0F;
}
.BgClassName
{
background-color: #C47A0F;
}
</style>
border-color css
<style>
span { border-color: #C47A0F; }
span { border-color: rgb(196,122,15); }
td.TdClassName
{
border-color: #C47A0F;
}
.TagClassName
{
border-color: #C47A0F;
}
</style>