Shades of Dark Goldenrod #C47A05
Tints of Dark Goldenrod #C47A05
RGB
CMYK
RGB Variations
Color information
#C47A05 (or 0xC47A05) is known color: Dark Goldenrod. HEX triplet: C4, 7A and 05. RGB value is (196,122,5). Sum of RGB (Red+Green+Blue) = 196+122+5=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47A05 is #3B85FA. Grayscale: #838383. Windows color (decimal): -3900923 or 359108. OLE color: 359108.
HSL color Cylindrical-coordinate representation of color #C47A05: hue angle of 36.75º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C47A05 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 5 | - |
| CMYK | 0 | 0.38 | 0.97 | 0.23 |
| HSL | 36.75º | 0.95% | 0.39% | - |
| HSV(B) | 36.75º | 0.97% | 0.77% | - |
| XYZ | 29.75 | 25.67 | 3.53 | - |
| YUV | 130.79 | 57.02 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 5 | 0 | 0.38 | 0.97 | 0.23 | 36.75 | 0.95 | 0.39 |
| Hex | C4 | 7A | 5 | 0 | 26 | 61 | 17 | 25 | 5F | 27 |
| Octal | 304 | 172 | 5 | 0 | 46 | 141 | 27 | 45 | 137 | 47 |
| Binary | 11000100 | 1111010 | 101 | 0 | 100110 | 1100001 | 10111 | 100101 | 1011111 | 100111 |
Color Harmonies of #C47A05
Complementary color
Monochromatic Colors of #C47A05
Black with #C47A05
Text Example
Text Example
White with #C47A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A05; }
p { color: rgb(196,122,5); }
H1.HeaderClassName
{
color: #C47A05;
}
.AnyTagClassName
{
color: #C47A05;
}
</style>
background-color css
<style>
a { background-color: #C47A05; }
a { background-color: rgb(196,122,5); }
div.DivClassName
{
background-color: #C47A05;
}
.BgClassName
{
background-color: #C47A05;
}
</style>
border-color css
<style>
span { border-color: #C47A05; }
span { border-color: rgb(196,122,5); }
td.TdClassName
{
border-color: #C47A05;
}
.TagClassName
{
border-color: #C47A05;
}
</style>