Shades of Dark Goldenrod #C68819
Tints of Dark Goldenrod #C68819
RGB
CMYK
RGB Variations
Color information
#C68819 (or 0xC68819) is known color: Dark Goldenrod. HEX triplet: C6, 88 and 19. RGB value is (198,136,25). Sum of RGB (Red+Green+Blue) = 198+136+25=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 25 (10.16% from 255 or 6.96% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C68819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68819 is #3977E6. Grayscale: #8E8E8E. Windows color (decimal): -3766247 or 1673414. OLE color: 1673414.
HSL color Cylindrical-coordinate representation of color #C68819: hue angle of 38.5º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C68819 is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 136 | 25 | - |
| CMYK | 0 | 0.31 | 0.87 | 0.22 |
| HSL | 38.5º | 0.78% | 0.44% | - |
| HSV(B) | 38.5º | 0.87% | 0.78% | - |
| XYZ | 32.27 | 29.68 | 4.95 | - |
| YUV | 141.88 | 62.04 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 25 | 0 | 0.31 | 0.87 | 0.22 | 38.5 | 0.78 | 0.44 |
| Hex | C6 | 88 | 19 | 0 | 1F | 57 | 16 | 26 | 4E | 2C |
| Octal | 306 | 210 | 31 | 0 | 37 | 127 | 26 | 46 | 116 | 54 |
| Binary | 11000110 | 10001000 | 11001 | 0 | 11111 | 1010111 | 10110 | 100110 | 1001110 | 101100 |
Color Harmonies of #C68819
Complementary color
Monochromatic Colors of #C68819
Black with #C68819
Text Example
Text Example
White with #C68819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68819; }
p { color: rgb(198,136,25); }
H1.HeaderClassName
{
color: #C68819;
}
.AnyTagClassName
{
color: #C68819;
}
</style>
background-color css
<style>
a { background-color: #C68819; }
a { background-color: rgb(198,136,25); }
div.DivClassName
{
background-color: #C68819;
}
.BgClassName
{
background-color: #C68819;
}
</style>
border-color css
<style>
span { border-color: #C68819; }
span { border-color: rgb(198,136,25); }
td.TdClassName
{
border-color: #C68819;
}
.TagClassName
{
border-color: #C68819;
}
</style>