Shades of Dark Goldenrod #C08C06
Tints of Dark Goldenrod #C08C06
RGB
CMYK
RGB Variations
Color information
#C08C06 (or 0xC08C06) is known color: Dark Goldenrod. HEX triplet: C0, 8C and 06. RGB value is (192,140,6). Sum of RGB (Red+Green+Blue) = 192+140+6=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 6 (2.73% from 255 or 1.78% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08C06 is #3F73F9. Grayscale: #8C8C8C. Windows color (decimal): -4158458 or 429248. OLE color: 429248.
HSL color Cylindrical-coordinate representation of color #C08C06: hue angle of 43.23º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C08C06 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 140 | 6 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.25 |
| HSL | 43.23º | 0.94% | 0.39% | - |
| HSV(B) | 43.23º | 0.97% | 0.75% | - |
| XYZ | 31.15 | 29.98 | 4.32 | - |
| YUV | 140.27 | 52.23 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 6 | 0 | 0.27 | 0.97 | 0.25 | 43.23 | 0.94 | 0.39 |
| Hex | C0 | 8C | 6 | 0 | 1B | 61 | 19 | 2B | 5E | 27 |
| Octal | 300 | 214 | 6 | 0 | 33 | 141 | 31 | 53 | 136 | 47 |
| Binary | 11000000 | 10001100 | 110 | 0 | 11011 | 1100001 | 11001 | 101011 | 1011110 | 100111 |
Color Harmonies of #C08C06
Complementary color
Monochromatic Colors of #C08C06
Black with #C08C06
Text Example
Text Example
White with #C08C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08C06; }
p { color: rgb(192,140,6); }
H1.HeaderClassName
{
color: #C08C06;
}
.AnyTagClassName
{
color: #C08C06;
}
</style>
background-color css
<style>
a { background-color: #C08C06; }
a { background-color: rgb(192,140,6); }
div.DivClassName
{
background-color: #C08C06;
}
.BgClassName
{
background-color: #C08C06;
}
</style>
border-color css
<style>
span { border-color: #C08C06; }
span { border-color: rgb(192,140,6); }
td.TdClassName
{
border-color: #C08C06;
}
.TagClassName
{
border-color: #C08C06;
}
</style>