Shades of Dark Goldenrod #C48819
Tints of Dark Goldenrod #C48819
RGB
CMYK
RGB Variations
Color information
#C48819 (or 0xC48819) is known color: Dark Goldenrod. HEX triplet: C4, 88 and 19. RGB value is (196,136,25). Sum of RGB (Red+Green+Blue) = 196+136+25=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 25 (10.16% from 255 or 7.00% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C48819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48819 is #3B77E6. Grayscale: #8D8D8D. Windows color (decimal): -3897319 or 1673412. OLE color: 1673412.
HSL color Cylindrical-coordinate representation of color #C48819: hue angle of 38.95º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C48819 is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 136 | 25 | - |
| CMYK | 0 | 0.31 | 0.87 | 0.23 |
| HSL | 38.95º | 0.77% | 0.43% | - |
| HSV(B) | 38.95º | 0.87% | 0.77% | - |
| XYZ | 31.74 | 29.41 | 4.92 | - |
| YUV | 141.29 | 62.38 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 25 | 0 | 0.31 | 0.87 | 0.23 | 38.95 | 0.77 | 0.43 |
| Hex | C4 | 88 | 19 | 0 | 1F | 57 | 17 | 27 | 4D | 2B |
| Octal | 304 | 210 | 31 | 0 | 37 | 127 | 27 | 47 | 115 | 53 |
| Binary | 11000100 | 10001000 | 11001 | 0 | 11111 | 1010111 | 10111 | 100111 | 1001101 | 101011 |
Color Harmonies of #C48819
Complementary color
Monochromatic Colors of #C48819
Black with #C48819
Text Example
Text Example
White with #C48819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48819; }
p { color: rgb(196,136,25); }
H1.HeaderClassName
{
color: #C48819;
}
.AnyTagClassName
{
color: #C48819;
}
</style>
background-color css
<style>
a { background-color: #C48819; }
a { background-color: rgb(196,136,25); }
div.DivClassName
{
background-color: #C48819;
}
.BgClassName
{
background-color: #C48819;
}
</style>
border-color css
<style>
span { border-color: #C48819; }
span { border-color: rgb(196,136,25); }
td.TdClassName
{
border-color: #C48819;
}
.TagClassName
{
border-color: #C48819;
}
</style>