Shades of Dark Goldenrod #C68A05
Tints of Dark Goldenrod #C68A05
RGB
CMYK
RGB Variations
Color information
#C68A05 (or 0xC68A05) is known color: Dark Goldenrod. HEX triplet: C6, 8A and 05. RGB value is (198,138,5). Sum of RGB (Red+Green+Blue) = 198+138+5=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68A05 is #3975FA. Grayscale: #8D8D8D. Windows color (decimal): -3765755 or 363206. OLE color: 363206.
HSL color Cylindrical-coordinate representation of color #C68A05: hue angle of 41.35º 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 #C68A05 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 138 | 5 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.22 |
| HSL | 41.35º | 0.95% | 0.4% | - |
| HSV(B) | 41.35º | 0.97% | 0.78% | - |
| XYZ | 32.4 | 30.19 | 4.26 | - |
| YUV | 140.78 | 51.38 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 5 | 0 | 0.30 | 0.97 | 0.22 | 41.35 | 0.95 | 0.4 |
| Hex | C6 | 8A | 5 | 0 | 1E | 61 | 16 | 29 | 5F | 28 |
| Octal | 306 | 212 | 5 | 0 | 36 | 141 | 26 | 51 | 137 | 50 |
| Binary | 11000110 | 10001010 | 101 | 0 | 11110 | 1100001 | 10110 | 101001 | 1011111 | 101000 |
Color Harmonies of #C68A05
Complementary color
Monochromatic Colors of #C68A05
Black with #C68A05
Text Example
Text Example
White with #C68A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68A05; }
p { color: rgb(198,138,5); }
H1.HeaderClassName
{
color: #C68A05;
}
.AnyTagClassName
{
color: #C68A05;
}
</style>
background-color css
<style>
a { background-color: #C68A05; }
a { background-color: rgb(198,138,5); }
div.DivClassName
{
background-color: #C68A05;
}
.BgClassName
{
background-color: #C68A05;
}
</style>
border-color css
<style>
span { border-color: #C68A05; }
span { border-color: rgb(198,138,5); }
td.TdClassName
{
border-color: #C68A05;
}
.TagClassName
{
border-color: #C68A05;
}
</style>