Shades of Dark Goldenrod #C69504
Tints of Dark Goldenrod #C69504
RGB
CMYK
RGB Variations
Color information
#C69504 (or 0xC69504) is known color: Dark Goldenrod. HEX triplet: C6, 95 and 04. RGB value is (198,149,4). Sum of RGB (Red+Green+Blue) = 198+149+4=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 4 (1.95% from 255 or 1.14% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C69504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69504 is #396AFB. Grayscale: #939393. Windows color (decimal): -3762940 or 300486. OLE color: 300486.
HSL color Cylindrical-coordinate representation of color #C69504: hue angle of 44.85º 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 #C69504 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 149 | 4 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.22 |
| HSL | 44.85º | 0.96% | 0.4% | - |
| HSV(B) | 44.85º | 0.98% | 0.78% | - |
| XYZ | 34.06 | 33.51 | 4.79 | - |
| YUV | 147.12 | 47.23 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 149 | 4 | 0 | 0.25 | 0.98 | 0.22 | 44.85 | 0.96 | 0.4 |
| Hex | C6 | 95 | 4 | 0 | 19 | 62 | 16 | 2D | 60 | 28 |
| Octal | 306 | 225 | 4 | 0 | 31 | 142 | 26 | 55 | 140 | 50 |
| Binary | 11000110 | 10010101 | 100 | 0 | 11001 | 1100010 | 10110 | 101101 | 1100000 | 101000 |
Color Harmonies of #C69504
Complementary color
Monochromatic Colors of #C69504
Black with #C69504
Text Example
Text Example
White with #C69504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69504; }
p { color: rgb(198,149,4); }
H1.HeaderClassName
{
color: #C69504;
}
.AnyTagClassName
{
color: #C69504;
}
</style>
background-color css
<style>
a { background-color: #C69504; }
a { background-color: rgb(198,149,4); }
div.DivClassName
{
background-color: #C69504;
}
.BgClassName
{
background-color: #C69504;
}
</style>
border-color css
<style>
span { border-color: #C69504; }
span { border-color: rgb(198,149,4); }
td.TdClassName
{
border-color: #C69504;
}
.TagClassName
{
border-color: #C69504;
}
</style>