Shades of Dark Goldenrod #C69705
Tints of Dark Goldenrod #C69705
RGB
CMYK
RGB Variations
Color information
#C69705 (or 0xC69705) is known color: Dark Goldenrod. HEX triplet: C6, 97 and 05. RGB value is (198,151,5). Sum of RGB (Red+Green+Blue) = 198+151+5=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 5 (2.34% from 255 or 1.41% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C69705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69705 is #3968FA. Grayscale: #959595. Windows color (decimal): -3762427 or 366534. OLE color: 366534.
HSL color Cylindrical-coordinate representation of color #C69705: hue angle of 45.39º 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 #C69705 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 151 | 5 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.22 |
| HSL | 45.39º | 0.95% | 0.4% | - |
| HSV(B) | 45.39º | 0.97% | 0.78% | - |
| XYZ | 34.38 | 34.15 | 4.92 | - |
| YUV | 148.41 | 47.07 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 5 | 0 | 0.24 | 0.97 | 0.22 | 45.39 | 0.95 | 0.4 |
| Hex | C6 | 97 | 5 | 0 | 18 | 61 | 16 | 2D | 5F | 28 |
| Octal | 306 | 227 | 5 | 0 | 30 | 141 | 26 | 55 | 137 | 50 |
| Binary | 11000110 | 10010111 | 101 | 0 | 11000 | 1100001 | 10110 | 101101 | 1011111 | 101000 |
Color Harmonies of #C69705
Complementary color
Monochromatic Colors of #C69705
Black with #C69705
Text Example
Text Example
White with #C69705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69705; }
p { color: rgb(198,151,5); }
H1.HeaderClassName
{
color: #C69705;
}
.AnyTagClassName
{
color: #C69705;
}
</style>
background-color css
<style>
a { background-color: #C69705; }
a { background-color: rgb(198,151,5); }
div.DivClassName
{
background-color: #C69705;
}
.BgClassName
{
background-color: #C69705;
}
</style>
border-color css
<style>
span { border-color: #C69705; }
span { border-color: rgb(198,151,5); }
td.TdClassName
{
border-color: #C69705;
}
.TagClassName
{
border-color: #C69705;
}
</style>