Shades of Dark Goldenrod #C69104
Tints of Dark Goldenrod #C69104
RGB
CMYK
RGB Variations
Color information
#C69104 (or 0xC69104) is known color: Dark Goldenrod. HEX triplet: C6, 91 and 04. RGB value is (198,145,4). Sum of RGB (Red+Green+Blue) = 198+145+4=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 4 (1.95% from 255 or 1.15% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C69104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69104 is #396EFB. Grayscale: #919191. Windows color (decimal): -3763964 or 299462. OLE color: 299462.
HSL color Cylindrical-coordinate representation of color #C69104: hue angle of 43.61º 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 #C69104 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 145 | 4 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.22 |
| HSL | 43.61º | 0.96% | 0.4% | - |
| HSV(B) | 43.61º | 0.98% | 0.78% | - |
| XYZ | 33.44 | 32.27 | 4.58 | - |
| YUV | 144.77 | 48.56 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 4 | 0 | 0.27 | 0.98 | 0.22 | 43.61 | 0.96 | 0.4 |
| Hex | C6 | 91 | 4 | 0 | 1B | 62 | 16 | 2C | 60 | 28 |
| Octal | 306 | 221 | 4 | 0 | 33 | 142 | 26 | 54 | 140 | 50 |
| Binary | 11000110 | 10010001 | 100 | 0 | 11011 | 1100010 | 10110 | 101100 | 1100000 | 101000 |
Color Harmonies of #C69104
Complementary color
Monochromatic Colors of #C69104
Black with #C69104
Text Example
Text Example
White with #C69104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69104; }
p { color: rgb(198,145,4); }
H1.HeaderClassName
{
color: #C69104;
}
.AnyTagClassName
{
color: #C69104;
}
</style>
background-color css
<style>
a { background-color: #C69104; }
a { background-color: rgb(198,145,4); }
div.DivClassName
{
background-color: #C69104;
}
.BgClassName
{
background-color: #C69104;
}
</style>
border-color css
<style>
span { border-color: #C69104; }
span { border-color: rgb(198,145,4); }
td.TdClassName
{
border-color: #C69104;
}
.TagClassName
{
border-color: #C69104;
}
</style>