Shades of Dark Goldenrod #C69505
Tints of Dark Goldenrod #C69505
RGB
CMYK
RGB Variations
Color information
#C69505 (or 0xC69505) is known color: Dark Goldenrod. HEX triplet: C6, 95 and 05. RGB value is (198,149,5). Sum of RGB (Red+Green+Blue) = 198+149+5=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 5 (2.34% from 255 or 1.42% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C69505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69505 is #396AFA. Grayscale: #939393. Windows color (decimal): -3762939 or 366022. OLE color: 366022.
HSL color Cylindrical-coordinate representation of color #C69505: hue angle of 44.77º 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 #C69505 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 149 | 5 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.22 |
| HSL | 44.77º | 0.95% | 0.4% | - |
| HSV(B) | 44.77º | 0.97% | 0.78% | - |
| XYZ | 34.06 | 33.51 | 4.82 | - |
| YUV | 147.24 | 47.73 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 149 | 5 | 0 | 0.25 | 0.97 | 0.22 | 44.77 | 0.95 | 0.4 |
| Hex | C6 | 95 | 5 | 0 | 19 | 61 | 16 | 2D | 5F | 28 |
| Octal | 306 | 225 | 5 | 0 | 31 | 141 | 26 | 55 | 137 | 50 |
| Binary | 11000110 | 10010101 | 101 | 0 | 11001 | 1100001 | 10110 | 101101 | 1011111 | 101000 |
Color Harmonies of #C69505
Complementary color
Monochromatic Colors of #C69505
Black with #C69505
Text Example
Text Example
White with #C69505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69505; }
p { color: rgb(198,149,5); }
H1.HeaderClassName
{
color: #C69505;
}
.AnyTagClassName
{
color: #C69505;
}
</style>
background-color css
<style>
a { background-color: #C69505; }
a { background-color: rgb(198,149,5); }
div.DivClassName
{
background-color: #C69505;
}
.BgClassName
{
background-color: #C69505;
}
</style>
border-color css
<style>
span { border-color: #C69505; }
span { border-color: rgb(198,149,5); }
td.TdClassName
{
border-color: #C69505;
}
.TagClassName
{
border-color: #C69505;
}
</style>