Shades of Dark Goldenrod #C68805
Tints of Dark Goldenrod #C68805
RGB
CMYK
RGB Variations
Color information
#C68805 (or 0xC68805) is known color: Dark Goldenrod. HEX triplet: C6, 88 and 05. RGB value is (198,136,5). Sum of RGB (Red+Green+Blue) = 198+136+5=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 5 (2.34% from 255 or 1.47% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C68805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68805 is #3977FA. Grayscale: #8C8C8C. Windows color (decimal): -3766267 or 362694. OLE color: 362694.
HSL color Cylindrical-coordinate representation of color #C68805: hue angle of 40.73º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C68805 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 136 | 5 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.22 |
| HSL | 40.73º | 0.95% | 0.4% | - |
| HSV(B) | 40.73º | 0.97% | 0.78% | - |
| XYZ | 32.12 | 29.63 | 4.17 | - |
| YUV | 139.6 | 52.04 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 5 | 0 | 0.31 | 0.97 | 0.22 | 40.73 | 0.95 | 0.4 |
| Hex | C6 | 88 | 5 | 0 | 1F | 61 | 16 | 29 | 5F | 28 |
| Octal | 306 | 210 | 5 | 0 | 37 | 141 | 26 | 51 | 137 | 50 |
| Binary | 11000110 | 10001000 | 101 | 0 | 11111 | 1100001 | 10110 | 101001 | 1011111 | 101000 |
Color Harmonies of #C68805
Complementary color
Monochromatic Colors of #C68805
Black with #C68805
Text Example
Text Example
White with #C68805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68805; }
p { color: rgb(198,136,5); }
H1.HeaderClassName
{
color: #C68805;
}
.AnyTagClassName
{
color: #C68805;
}
</style>
background-color css
<style>
a { background-color: #C68805; }
a { background-color: rgb(198,136,5); }
div.DivClassName
{
background-color: #C68805;
}
.BgClassName
{
background-color: #C68805;
}
</style>
border-color css
<style>
span { border-color: #C68805; }
span { border-color: rgb(198,136,5); }
td.TdClassName
{
border-color: #C68805;
}
.TagClassName
{
border-color: #C68805;
}
</style>