Shades of Dark Goldenrod #C47B11
Tints of Dark Goldenrod #C47B11
RGB
CMYK
RGB Variations
Color information
#C47B11 (or 0xC47B11) is known color: Dark Goldenrod. HEX triplet: C4, 7B and 11. RGB value is (196,123,17). Sum of RGB (Red+Green+Blue) = 196+123+17=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47B11 is #3B84EE. Grayscale: #858585. Windows color (decimal): -3900655 or 1145796. OLE color: 1145796.
HSL color Cylindrical-coordinate representation of color #C47B11: hue angle of 35.53º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C47B11 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 17 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.23 |
| HSL | 35.53º | 0.84% | 0.42% | - |
| HSV(B) | 35.53º | 0.91% | 0.77% | - |
| XYZ | 29.95 | 25.94 | 3.96 | - |
| YUV | 132.74 | 62.68 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 17 | 0 | 0.37 | 0.91 | 0.23 | 35.53 | 0.84 | 0.42 |
| Hex | C4 | 7B | 11 | 0 | 25 | 5B | 17 | 24 | 54 | 2A |
| Octal | 304 | 173 | 21 | 0 | 45 | 133 | 27 | 44 | 124 | 52 |
| Binary | 11000100 | 1111011 | 10001 | 0 | 100101 | 1011011 | 10111 | 100100 | 1010100 | 101010 |
Color Harmonies of #C47B11
Complementary color
Monochromatic Colors of #C47B11
Black with #C47B11
Text Example
Text Example
White with #C47B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47B11; }
p { color: rgb(196,123,17); }
H1.HeaderClassName
{
color: #C47B11;
}
.AnyTagClassName
{
color: #C47B11;
}
</style>
background-color css
<style>
a { background-color: #C47B11; }
a { background-color: rgb(196,123,17); }
div.DivClassName
{
background-color: #C47B11;
}
.BgClassName
{
background-color: #C47B11;
}
</style>
border-color css
<style>
span { border-color: #C47B11; }
span { border-color: rgb(196,123,17); }
td.TdClassName
{
border-color: #C47B11;
}
.TagClassName
{
border-color: #C47B11;
}
</style>