Shades of Dark Goldenrod #C68104
Tints of Dark Goldenrod #C68104
RGB
CMYK
RGB Variations
Color information
#C68104 (or 0xC68104) is known color: Dark Goldenrod. HEX triplet: C6, 81 and 04. RGB value is (198,129,4). Sum of RGB (Red+Green+Blue) = 198+129+4=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 4 (1.95% from 255 or 1.21% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C68104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68104 is #397EFB. Grayscale: #878787. Windows color (decimal): -3768060 or 295366. OLE color: 295366.
HSL color Cylindrical-coordinate representation of color #C68104: hue angle of 38.66º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C68104 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 129 | 4 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.22 |
| HSL | 38.66º | 0.96% | 0.4% | - |
| HSV(B) | 38.66º | 0.98% | 0.78% | - |
| XYZ | 31.16 | 27.72 | 3.82 | - |
| YUV | 135.38 | 53.86 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 129 | 4 | 0 | 0.35 | 0.98 | 0.22 | 38.66 | 0.96 | 0.4 |
| Hex | C6 | 81 | 4 | 0 | 23 | 62 | 16 | 27 | 60 | 28 |
| Octal | 306 | 201 | 4 | 0 | 43 | 142 | 26 | 47 | 140 | 50 |
| Binary | 11000110 | 10000001 | 100 | 0 | 100011 | 1100010 | 10110 | 100111 | 1100000 | 101000 |
Color Harmonies of #C68104
Complementary color
Monochromatic Colors of #C68104
Black with #C68104
Text Example
Text Example
White with #C68104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68104; }
p { color: rgb(198,129,4); }
H1.HeaderClassName
{
color: #C68104;
}
.AnyTagClassName
{
color: #C68104;
}
</style>
background-color css
<style>
a { background-color: #C68104; }
a { background-color: rgb(198,129,4); }
div.DivClassName
{
background-color: #C68104;
}
.BgClassName
{
background-color: #C68104;
}
</style>
border-color css
<style>
span { border-color: #C68104; }
span { border-color: rgb(198,129,4); }
td.TdClassName
{
border-color: #C68104;
}
.TagClassName
{
border-color: #C68104;
}
</style>