Shades of Dark Goldenrod #C68B08
Tints of Dark Goldenrod #C68B08
RGB
CMYK
RGB Variations
Color information
#C68B08 (or 0xC68B08) is known color: Dark Goldenrod. HEX triplet: C6, 8B and 08. RGB value is (198,139,8). Sum of RGB (Red+Green+Blue) = 198+139+8=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C68B08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68B08 is #3974F7. Grayscale: #8E8E8E. Windows color (decimal): -3765496 or 560070. OLE color: 560070.
HSL color Cylindrical-coordinate representation of color #C68B08: hue angle of 41.37º 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 #C68B08 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 139 | 8 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.22 |
| HSL | 41.37º | 0.92% | 0.4% | - |
| HSV(B) | 41.37º | 0.96% | 0.78% | - |
| XYZ | 32.57 | 30.49 | 4.4 | - |
| YUV | 141.71 | 52.55 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 139 | 8 | 0 | 0.30 | 0.96 | 0.22 | 41.37 | 0.92 | 0.4 |
| Hex | C6 | 8B | 8 | 0 | 1E | 60 | 16 | 29 | 5C | 28 |
| Octal | 306 | 213 | 10 | 0 | 36 | 140 | 26 | 51 | 134 | 50 |
| Binary | 11000110 | 10001011 | 1000 | 0 | 11110 | 1100000 | 10110 | 101001 | 1011100 | 101000 |
Color Harmonies of #C68B08
Complementary color
Monochromatic Colors of #C68B08
Black with #C68B08
Text Example
Text Example
White with #C68B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68B08; }
p { color: rgb(198,139,8); }
H1.HeaderClassName
{
color: #C68B08;
}
.AnyTagClassName
{
color: #C68B08;
}
</style>
background-color css
<style>
a { background-color: #C68B08; }
a { background-color: rgb(198,139,8); }
div.DivClassName
{
background-color: #C68B08;
}
.BgClassName
{
background-color: #C68B08;
}
</style>
border-color css
<style>
span { border-color: #C68B08; }
span { border-color: rgb(198,139,8); }
td.TdClassName
{
border-color: #C68B08;
}
.TagClassName
{
border-color: #C68B08;
}
</style>