Shades of Dark Goldenrod #C68719
Tints of Dark Goldenrod #C68719
RGB
CMYK
RGB Variations
Color information
#C68719 (or 0xC68719) is known color: Dark Goldenrod. HEX triplet: C6, 87 and 19. RGB value is (198,135,25). Sum of RGB (Red+Green+Blue) = 198+135+25=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C68719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68719 is #3978E6. Grayscale: #8D8D8D. Windows color (decimal): -3766503 or 1673158. OLE color: 1673158.
HSL color Cylindrical-coordinate representation of color #C68719: hue angle of 38.15º 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 #C68719 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 135 | 25 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.22 |
| HSL | 38.15º | 0.78% | 0.44% | - |
| HSV(B) | 38.15º | 0.87% | 0.78% | - |
| XYZ | 32.13 | 29.4 | 4.9 | - |
| YUV | 141.3 | 62.37 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 135 | 25 | 0 | 0.32 | 0.87 | 0.22 | 38.15 | 0.78 | 0.44 |
| Hex | C6 | 87 | 19 | 0 | 20 | 57 | 16 | 26 | 4E | 2C |
| Octal | 306 | 207 | 31 | 0 | 40 | 127 | 26 | 46 | 116 | 54 |
| Binary | 11000110 | 10000111 | 11001 | 0 | 100000 | 1010111 | 10110 | 100110 | 1001110 | 101100 |
Color Harmonies of #C68719
Complementary color
Monochromatic Colors of #C68719
Black with #C68719
Text Example
Text Example
White with #C68719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68719; }
p { color: rgb(198,135,25); }
H1.HeaderClassName
{
color: #C68719;
}
.AnyTagClassName
{
color: #C68719;
}
</style>
background-color css
<style>
a { background-color: #C68719; }
a { background-color: rgb(198,135,25); }
div.DivClassName
{
background-color: #C68719;
}
.BgClassName
{
background-color: #C68719;
}
</style>
border-color css
<style>
span { border-color: #C68719; }
span { border-color: rgb(198,135,25); }
td.TdClassName
{
border-color: #C68719;
}
.TagClassName
{
border-color: #C68719;
}
</style>