Shades of Dark Goldenrod #C47A00
Tints of Dark Goldenrod #C47A00
RGB
CMYK
RGB Variations
Color information
#C47A00 (or 0xC47A00) is known color: Dark Goldenrod. HEX triplet: C4, 7A and 00. RGB value is (196,122,0). Sum of RGB (Red+Green+Blue) = 196+122+0=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47A00 is #3B85FF. Grayscale: #828282. Windows color (decimal): -3900928 or 31428. OLE color: 31428.
HSL color Cylindrical-coordinate representation of color #C47A00: hue angle of 37.35º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C47A00 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.23 |
| HSL | 37.35º | 1% | 0.38% | - |
| HSV(B) | 37.35º | 1% | 0.77% | - |
| XYZ | 29.72 | 25.65 | 3.39 | - |
| YUV | 130.22 | 54.52 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 0 | 0 | 0.38 | 1 | 0.23 | 37.35 | 1 | 0.38 |
| Hex | C4 | 7A | 0 | 0 | 26 | 64 | 17 | 25 | 64 | 26 |
| Octal | 304 | 172 | 0 | 0 | 46 | 144 | 27 | 45 | 144 | 46 |
| Binary | 11000100 | 1111010 | 0 | 0 | 100110 | 1100100 | 10111 | 100101 | 1100100 | 100110 |
Color Harmonies of #C47A00
Complementary color
Monochromatic Colors of #C47A00
Black with #C47A00
Text Example
Text Example
White with #C47A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A00; }
p { color: rgb(196,122,0); }
H1.HeaderClassName
{
color: #C47A00;
}
.AnyTagClassName
{
color: #C47A00;
}
</style>
background-color css
<style>
a { background-color: #C47A00; }
a { background-color: rgb(196,122,0); }
div.DivClassName
{
background-color: #C47A00;
}
.BgClassName
{
background-color: #C47A00;
}
</style>
border-color css
<style>
span { border-color: #C47A00; }
span { border-color: rgb(196,122,0); }
td.TdClassName
{
border-color: #C47A00;
}
.TagClassName
{
border-color: #C47A00;
}
</style>