Shades of Dark Goldenrod #C68208
Tints of Dark Goldenrod #C68208
RGB
CMYK
RGB Variations
Color information
#C68208 (or 0xC68208) is known color: Dark Goldenrod. HEX triplet: C6, 82 and 08. RGB value is (198,130,8). Sum of RGB (Red+Green+Blue) = 198+130+8=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 8 (3.52% from 255 or 2.38% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C68208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68208 is #397DF7. Grayscale: #888888. Windows color (decimal): -3767800 or 557766. OLE color: 557766.
HSL color Cylindrical-coordinate representation of color #C68208: hue angle of 38.53º 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 #C68208 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 8 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.22 |
| HSL | 38.53º | 0.92% | 0.4% | - |
| HSV(B) | 38.53º | 0.96% | 0.78% | - |
| XYZ | 31.32 | 27.99 | 3.98 | - |
| YUV | 136.42 | 55.53 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 8 | 0 | 0.34 | 0.96 | 0.22 | 38.53 | 0.92 | 0.4 |
| Hex | C6 | 82 | 8 | 0 | 22 | 60 | 16 | 27 | 5C | 28 |
| Octal | 306 | 202 | 10 | 0 | 42 | 140 | 26 | 47 | 134 | 50 |
| Binary | 11000110 | 10000010 | 1000 | 0 | 100010 | 1100000 | 10110 | 100111 | 1011100 | 101000 |
Color Harmonies of #C68208
Complementary color
Monochromatic Colors of #C68208
Black with #C68208
Text Example
Text Example
White with #C68208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68208; }
p { color: rgb(198,130,8); }
H1.HeaderClassName
{
color: #C68208;
}
.AnyTagClassName
{
color: #C68208;
}
</style>
background-color css
<style>
a { background-color: #C68208; }
a { background-color: rgb(198,130,8); }
div.DivClassName
{
background-color: #C68208;
}
.BgClassName
{
background-color: #C68208;
}
</style>
border-color css
<style>
span { border-color: #C68208; }
span { border-color: rgb(198,130,8); }
td.TdClassName
{
border-color: #C68208;
}
.TagClassName
{
border-color: #C68208;
}
</style>