Shades of Dark Goldenrod #C47B04
Tints of Dark Goldenrod #C47B04
RGB
CMYK
RGB Variations
Color information
#C47B04 (or 0xC47B04) is known color: Dark Goldenrod. HEX triplet: C4, 7B and 04. RGB value is (196,123,4). Sum of RGB (Red+Green+Blue) = 196+123+4=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47B04 is #3B84FB. Grayscale: #838383. Windows color (decimal): -3900668 or 293828. OLE color: 293828.
HSL color Cylindrical-coordinate representation of color #C47B04: hue angle of 37.19º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C47B04 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 4 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.23 |
| HSL | 37.19º | 0.96% | 0.39% | - |
| HSV(B) | 37.19º | 0.98% | 0.77% | - |
| XYZ | 29.87 | 25.91 | 3.54 | - |
| YUV | 131.26 | 56.18 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 4 | 0 | 0.37 | 0.98 | 0.23 | 37.19 | 0.96 | 0.39 |
| Hex | C4 | 7B | 4 | 0 | 25 | 62 | 17 | 25 | 60 | 27 |
| Octal | 304 | 173 | 4 | 0 | 45 | 142 | 27 | 45 | 140 | 47 |
| Binary | 11000100 | 1111011 | 100 | 0 | 100101 | 1100010 | 10111 | 100101 | 1100000 | 100111 |
Color Harmonies of #C47B04
Complementary color
Monochromatic Colors of #C47B04
Black with #C47B04
Text Example
Text Example
White with #C47B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47B04; }
p { color: rgb(196,123,4); }
H1.HeaderClassName
{
color: #C47B04;
}
.AnyTagClassName
{
color: #C47B04;
}
</style>
background-color css
<style>
a { background-color: #C47B04; }
a { background-color: rgb(196,123,4); }
div.DivClassName
{
background-color: #C47B04;
}
.BgClassName
{
background-color: #C47B04;
}
</style>
border-color css
<style>
span { border-color: #C47B04; }
span { border-color: rgb(196,123,4); }
td.TdClassName
{
border-color: #C47B04;
}
.TagClassName
{
border-color: #C47B04;
}
</style>