Shades of Dark Goldenrod #C68807
Tints of Dark Goldenrod #C68807
RGB
CMYK
RGB Variations
Color information
#C68807 (or 0xC68807) is known color: Dark Goldenrod. HEX triplet: C6, 88 and 07. RGB value is (198,136,7). Sum of RGB (Red+Green+Blue) = 198+136+7=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 7 (3.12% from 255 or 2.05% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C68807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68807 is #3977F8. Grayscale: #8C8C8C. Windows color (decimal): -3766265 or 493766. OLE color: 493766.
HSL color Cylindrical-coordinate representation of color #C68807: hue angle of 40.52º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C68807 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 136 | 7 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.22 |
| HSL | 40.52º | 0.93% | 0.4% | - |
| HSV(B) | 40.52º | 0.96% | 0.78% | - |
| XYZ | 32.13 | 29.63 | 4.23 | - |
| YUV | 139.83 | 53.04 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 7 | 0 | 0.31 | 0.96 | 0.22 | 40.52 | 0.93 | 0.4 |
| Hex | C6 | 88 | 7 | 0 | 1F | 60 | 16 | 29 | 5D | 28 |
| Octal | 306 | 210 | 7 | 0 | 37 | 140 | 26 | 51 | 135 | 50 |
| Binary | 11000110 | 10001000 | 111 | 0 | 11111 | 1100000 | 10110 | 101001 | 1011101 | 101000 |
Color Harmonies of #C68807
Complementary color
Monochromatic Colors of #C68807
Black with #C68807
Text Example
Text Example
White with #C68807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68807; }
p { color: rgb(198,136,7); }
H1.HeaderClassName
{
color: #C68807;
}
.AnyTagClassName
{
color: #C68807;
}
</style>
background-color css
<style>
a { background-color: #C68807; }
a { background-color: rgb(198,136,7); }
div.DivClassName
{
background-color: #C68807;
}
.BgClassName
{
background-color: #C68807;
}
</style>
border-color css
<style>
span { border-color: #C68807; }
span { border-color: rgb(198,136,7); }
td.TdClassName
{
border-color: #C68807;
}
.TagClassName
{
border-color: #C68807;
}
</style>