Shades of Dark Goldenrod #C48418
Tints of Dark Goldenrod #C48418
RGB
CMYK
RGB Variations
Color information
#C48418 (or 0xC48418) is known color: Dark Goldenrod. HEX triplet: C4, 84 and 18. RGB value is (196,132,24). Sum of RGB (Red+Green+Blue) = 196+132+24=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C48418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48418 is #3B7BE7. Grayscale: #8B8B8B. Windows color (decimal): -3898344 or 1606852. OLE color: 1606852.
HSL color Cylindrical-coordinate representation of color #C48418: hue angle of 37.67º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C48418 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 132 | 24 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.23 |
| HSL | 37.67º | 0.78% | 0.43% | - |
| HSV(B) | 37.67º | 0.88% | 0.77% | - |
| XYZ | 31.18 | 28.3 | 4.68 | - |
| YUV | 138.82 | 63.2 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 24 | 0 | 0.33 | 0.88 | 0.23 | 37.67 | 0.78 | 0.43 |
| Hex | C4 | 84 | 18 | 0 | 21 | 58 | 17 | 26 | 4E | 2B |
| Octal | 304 | 204 | 30 | 0 | 41 | 130 | 27 | 46 | 116 | 53 |
| Binary | 11000100 | 10000100 | 11000 | 0 | 100001 | 1011000 | 10111 | 100110 | 1001110 | 101011 |
Color Harmonies of #C48418
Complementary color
Monochromatic Colors of #C48418
Black with #C48418
Text Example
Text Example
White with #C48418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48418; }
p { color: rgb(196,132,24); }
H1.HeaderClassName
{
color: #C48418;
}
.AnyTagClassName
{
color: #C48418;
}
</style>
background-color css
<style>
a { background-color: #C48418; }
a { background-color: rgb(196,132,24); }
div.DivClassName
{
background-color: #C48418;
}
.BgClassName
{
background-color: #C48418;
}
</style>
border-color css
<style>
span { border-color: #C48418; }
span { border-color: rgb(196,132,24); }
td.TdClassName
{
border-color: #C48418;
}
.TagClassName
{
border-color: #C48418;
}
</style>