Shades of Dark Goldenrod #C4760C
Tints of Dark Goldenrod #C4760C
RGB
CMYK
RGB Variations
Color information
#C4760C (or 0xC4760C) is known color: Dark Goldenrod. HEX triplet: C4, 76 and 0C. RGB value is (196,118,12). Sum of RGB (Red+Green+Blue) = 196+118+12=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C4760C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4760C is #3B89F3. Grayscale: #818181. Windows color (decimal): -3901940 or 816836. OLE color: 816836.
HSL color Cylindrical-coordinate representation of color #C4760C: hue angle of 34.57º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4760C is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 12 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.23 |
| HSL | 34.57º | 0.88% | 0.41% | - |
| HSV(B) | 34.57º | 0.94% | 0.77% | - |
| XYZ | 29.31 | 24.72 | 3.57 | - |
| YUV | 129.24 | 61.84 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 12 | 0 | 0.40 | 0.94 | 0.23 | 34.57 | 0.88 | 0.41 |
| Hex | C4 | 76 | C | 0 | 28 | 5E | 17 | 23 | 58 | 29 |
| Octal | 304 | 166 | 14 | 0 | 50 | 136 | 27 | 43 | 130 | 51 |
| Binary | 11000100 | 1110110 | 1100 | 0 | 101000 | 1011110 | 10111 | 100011 | 1011000 | 101001 |
Color Harmonies of #C4760C
Complementary color
Monochromatic Colors of #C4760C
Black with #C4760C
Text Example
Text Example
White with #C4760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4760C; }
p { color: rgb(196,118,12); }
H1.HeaderClassName
{
color: #C4760C;
}
.AnyTagClassName
{
color: #C4760C;
}
</style>
background-color css
<style>
a { background-color: #C4760C; }
a { background-color: rgb(196,118,12); }
div.DivClassName
{
background-color: #C4760C;
}
.BgClassName
{
background-color: #C4760C;
}
</style>
border-color css
<style>
span { border-color: #C4760C; }
span { border-color: rgb(196,118,12); }
td.TdClassName
{
border-color: #C4760C;
}
.TagClassName
{
border-color: #C4760C;
}
</style>