Shades of Dark Goldenrod #C68705
Tints of Dark Goldenrod #C68705
RGB
CMYK
RGB Variations
Color information
#C68705 (or 0xC68705) is known color: Dark Goldenrod. HEX triplet: C6, 87 and 05. RGB value is (198,135,5). Sum of RGB (Red+Green+Blue) = 198+135+5=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C68705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68705 is #3978FA. Grayscale: #8B8B8B. Windows color (decimal): -3766523 or 362438. OLE color: 362438.
HSL color Cylindrical-coordinate representation of color #C68705: hue angle of 40.41º 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 #C68705 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 135 | 5 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.22 |
| HSL | 40.41º | 0.95% | 0.4% | - |
| HSV(B) | 40.41º | 0.97% | 0.78% | - |
| XYZ | 31.98 | 29.34 | 4.12 | - |
| YUV | 139.02 | 52.37 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 135 | 5 | 0 | 0.32 | 0.97 | 0.22 | 40.41 | 0.95 | 0.4 |
| Hex | C6 | 87 | 5 | 0 | 20 | 61 | 16 | 28 | 5F | 28 |
| Octal | 306 | 207 | 5 | 0 | 40 | 141 | 26 | 50 | 137 | 50 |
| Binary | 11000110 | 10000111 | 101 | 0 | 100000 | 1100001 | 10110 | 101000 | 1011111 | 101000 |
Color Harmonies of #C68705
Complementary color
Monochromatic Colors of #C68705
Black with #C68705
Text Example
Text Example
White with #C68705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68705; }
p { color: rgb(198,135,5); }
H1.HeaderClassName
{
color: #C68705;
}
.AnyTagClassName
{
color: #C68705;
}
</style>
background-color css
<style>
a { background-color: #C68705; }
a { background-color: rgb(198,135,5); }
div.DivClassName
{
background-color: #C68705;
}
.BgClassName
{
background-color: #C68705;
}
</style>
border-color css
<style>
span { border-color: #C68705; }
span { border-color: rgb(198,135,5); }
td.TdClassName
{
border-color: #C68705;
}
.TagClassName
{
border-color: #C68705;
}
</style>