Shades of Dark Goldenrod #C47B0C
Tints of Dark Goldenrod #C47B0C
RGB
CMYK
RGB Variations
Color information
#C47B0C (or 0xC47B0C) is known color: Dark Goldenrod. HEX triplet: C4, 7B and 0C. RGB value is (196,123,12). Sum of RGB (Red+Green+Blue) = 196+123+12=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47B0C is #3B84F3. Grayscale: #848484. Windows color (decimal): -3900660 or 818116. OLE color: 818116.
HSL color Cylindrical-coordinate representation of color #C47B0C: hue angle of 36.2º 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 #C47B0C is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 12 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.23 |
| HSL | 36.2º | 0.88% | 0.41% | - |
| HSV(B) | 36.2º | 0.94% | 0.77% | - |
| XYZ | 29.91 | 25.93 | 3.78 | - |
| YUV | 132.17 | 60.18 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 12 | 0 | 0.37 | 0.94 | 0.23 | 36.2 | 0.88 | 0.41 |
| Hex | C4 | 7B | C | 0 | 25 | 5E | 17 | 24 | 58 | 29 |
| Octal | 304 | 173 | 14 | 0 | 45 | 136 | 27 | 44 | 130 | 51 |
| Binary | 11000100 | 1111011 | 1100 | 0 | 100101 | 1011110 | 10111 | 100100 | 1011000 | 101001 |
Color Harmonies of #C47B0C
Complementary color
Monochromatic Colors of #C47B0C
Black with #C47B0C
Text Example
Text Example
White with #C47B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47B0C; }
p { color: rgb(196,123,12); }
H1.HeaderClassName
{
color: #C47B0C;
}
.AnyTagClassName
{
color: #C47B0C;
}
</style>
background-color css
<style>
a { background-color: #C47B0C; }
a { background-color: rgb(196,123,12); }
div.DivClassName
{
background-color: #C47B0C;
}
.BgClassName
{
background-color: #C47B0C;
}
</style>
border-color css
<style>
span { border-color: #C47B0C; }
span { border-color: rgb(196,123,12); }
td.TdClassName
{
border-color: #C47B0C;
}
.TagClassName
{
border-color: #C47B0C;
}
</style>