Shades of Dark Goldenrod #C4851A
Tints of Dark Goldenrod #C4851A
RGB
CMYK
RGB Variations
Color information
#C4851A (or 0xC4851A) is known color: Dark Goldenrod. HEX triplet: C4, 85 and 1A. RGB value is (196,133,26). Sum of RGB (Red+Green+Blue) = 196+133+26=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 26 (10.55% from 255 or 7.32% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C4851A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4851A is #3B7AE5. Grayscale: #8C8C8C. Windows color (decimal): -3898086 or 1738180. OLE color: 1738180.
HSL color Cylindrical-coordinate representation of color #C4851A: hue angle of 37.76º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4851A is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 26 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.23 |
| HSL | 37.76º | 0.77% | 0.44% | - |
| HSV(B) | 37.76º | 0.87% | 0.77% | - |
| XYZ | 31.34 | 28.59 | 4.84 | - |
| YUV | 139.64 | 63.87 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 26 | 0 | 0.32 | 0.87 | 0.23 | 37.76 | 0.77 | 0.44 |
| Hex | C4 | 85 | 1A | 0 | 20 | 57 | 17 | 26 | 4D | 2C |
| Octal | 304 | 205 | 32 | 0 | 40 | 127 | 27 | 46 | 115 | 54 |
| Binary | 11000100 | 10000101 | 11010 | 0 | 100000 | 1010111 | 10111 | 100110 | 1001101 | 101100 |
Color Harmonies of #C4851A
Complementary color
Monochromatic Colors of #C4851A
Black with #C4851A
Text Example
Text Example
White with #C4851A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4851A; }
p { color: rgb(196,133,26); }
H1.HeaderClassName
{
color: #C4851A;
}
.AnyTagClassName
{
color: #C4851A;
}
</style>
background-color css
<style>
a { background-color: #C4851A; }
a { background-color: rgb(196,133,26); }
div.DivClassName
{
background-color: #C4851A;
}
.BgClassName
{
background-color: #C4851A;
}
</style>
border-color css
<style>
span { border-color: #C4851A; }
span { border-color: rgb(196,133,26); }
td.TdClassName
{
border-color: #C4851A;
}
.TagClassName
{
border-color: #C4851A;
}
</style>