Shades of Dark Goldenrod #C68919
Tints of Dark Goldenrod #C68919
RGB
CMYK
RGB Variations
Color information
#C68919 (or 0xC68919) is known color: Dark Goldenrod. HEX triplet: C6, 89 and 19. RGB value is (198,137,25). Sum of RGB (Red+Green+Blue) = 198+137+25=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C68919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68919 is #3976E6. Grayscale: #8E8E8E. Windows color (decimal): -3765991 or 1673670. OLE color: 1673670.
HSL color Cylindrical-coordinate representation of color #C68919: hue angle of 38.84º 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 #C68919 is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 25 | - |
| CMYK | 0 | 0.31 | 0.87 | 0.22 |
| HSL | 38.84º | 0.78% | 0.44% | - |
| HSV(B) | 38.84º | 0.87% | 0.78% | - |
| XYZ | 32.41 | 29.97 | 5 | - |
| YUV | 142.47 | 61.71 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 25 | 0 | 0.31 | 0.87 | 0.22 | 38.84 | 0.78 | 0.44 |
| Hex | C6 | 89 | 19 | 0 | 1F | 57 | 16 | 27 | 4E | 2C |
| Octal | 306 | 211 | 31 | 0 | 37 | 127 | 26 | 47 | 116 | 54 |
| Binary | 11000110 | 10001001 | 11001 | 0 | 11111 | 1010111 | 10110 | 100111 | 1001110 | 101100 |
Color Harmonies of #C68919
Complementary color
Monochromatic Colors of #C68919
Black with #C68919
Text Example
Text Example
White with #C68919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68919; }
p { color: rgb(198,137,25); }
H1.HeaderClassName
{
color: #C68919;
}
.AnyTagClassName
{
color: #C68919;
}
</style>
background-color css
<style>
a { background-color: #C68919; }
a { background-color: rgb(198,137,25); }
div.DivClassName
{
background-color: #C68919;
}
.BgClassName
{
background-color: #C68919;
}
</style>
border-color css
<style>
span { border-color: #C68919; }
span { border-color: rgb(198,137,25); }
td.TdClassName
{
border-color: #C68919;
}
.TagClassName
{
border-color: #C68919;
}
</style>