Shades of Dark Goldenrod #C48411
Tints of Dark Goldenrod #C48411
RGB
CMYK
RGB Variations
Color information
#C48411 (or 0xC48411) is known color: Dark Goldenrod. HEX triplet: C4, 84 and 11. RGB value is (196,132,17). Sum of RGB (Red+Green+Blue) = 196+132+17=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 17 (7.03% from 255 or 4.93% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C48411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48411 is #3B7BEE. Grayscale: #8A8A8A. Windows color (decimal): -3898351 or 1148100. OLE color: 1148100.
HSL color Cylindrical-coordinate representation of color #C48411: hue angle of 38.55º 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 #C48411 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 132 | 17 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.23 |
| HSL | 38.55º | 0.84% | 0.42% | - |
| HSV(B) | 38.55º | 0.91% | 0.77% | - |
| XYZ | 31.12 | 28.28 | 4.35 | - |
| YUV | 138.03 | 59.7 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 17 | 0 | 0.33 | 0.91 | 0.23 | 38.55 | 0.84 | 0.42 |
| Hex | C4 | 84 | 11 | 0 | 21 | 5B | 17 | 27 | 54 | 2A |
| Octal | 304 | 204 | 21 | 0 | 41 | 133 | 27 | 47 | 124 | 52 |
| Binary | 11000100 | 10000100 | 10001 | 0 | 100001 | 1011011 | 10111 | 100111 | 1010100 | 101010 |
Color Harmonies of #C48411
Complementary color
Monochromatic Colors of #C48411
Black with #C48411
Text Example
Text Example
White with #C48411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48411; }
p { color: rgb(196,132,17); }
H1.HeaderClassName
{
color: #C48411;
}
.AnyTagClassName
{
color: #C48411;
}
</style>
background-color css
<style>
a { background-color: #C48411; }
a { background-color: rgb(196,132,17); }
div.DivClassName
{
background-color: #C48411;
}
.BgClassName
{
background-color: #C48411;
}
</style>
border-color css
<style>
span { border-color: #C48411; }
span { border-color: rgb(196,132,17); }
td.TdClassName
{
border-color: #C48411;
}
.TagClassName
{
border-color: #C48411;
}
</style>