Shades of Dark Goldenrod #C69608
Tints of Dark Goldenrod #C69608
RGB
CMYK
RGB Variations
Color information
#C69608 (or 0xC69608) is known color: Dark Goldenrod. HEX triplet: C6, 96 and 08. RGB value is (198,150,8). Sum of RGB (Red+Green+Blue) = 198+150+8=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C69608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69608 is #3969F7. Grayscale: #949494. Windows color (decimal): -3762680 or 562886. OLE color: 562886.
HSL color Cylindrical-coordinate representation of color #C69608: hue angle of 44.84º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C69608 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 150 | 8 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.22 |
| HSL | 44.84º | 0.92% | 0.4% | - |
| HSV(B) | 44.84º | 0.96% | 0.78% | - |
| XYZ | 34.24 | 33.84 | 4.96 | - |
| YUV | 148.16 | 48.9 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 150 | 8 | 0 | 0.24 | 0.96 | 0.22 | 44.84 | 0.92 | 0.4 |
| Hex | C6 | 96 | 8 | 0 | 18 | 60 | 16 | 2D | 5C | 28 |
| Octal | 306 | 226 | 10 | 0 | 30 | 140 | 26 | 55 | 134 | 50 |
| Binary | 11000110 | 10010110 | 1000 | 0 | 11000 | 1100000 | 10110 | 101101 | 1011100 | 101000 |
Color Harmonies of #C69608
Complementary color
Monochromatic Colors of #C69608
Black with #C69608
Text Example
Text Example
White with #C69608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69608; }
p { color: rgb(198,150,8); }
H1.HeaderClassName
{
color: #C69608;
}
.AnyTagClassName
{
color: #C69608;
}
</style>
background-color css
<style>
a { background-color: #C69608; }
a { background-color: rgb(198,150,8); }
div.DivClassName
{
background-color: #C69608;
}
.BgClassName
{
background-color: #C69608;
}
</style>
border-color css
<style>
span { border-color: #C69608; }
span { border-color: rgb(198,150,8); }
td.TdClassName
{
border-color: #C69608;
}
.TagClassName
{
border-color: #C69608;
}
</style>