Shades of Dark Goldenrod #C08A06
Tints of Dark Goldenrod #C08A06
RGB
CMYK
RGB Variations
Color information
#C08A06 (or 0xC08A06) is known color: Dark Goldenrod. HEX triplet: C0, 8A and 06. RGB value is (192,138,6). Sum of RGB (Red+Green+Blue) = 192+138+6=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 6 (2.73% from 255 or 1.79% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08A06 is #3F75F9. Grayscale: #8B8B8B. Windows color (decimal): -4158970 or 428736. OLE color: 428736.
HSL color Cylindrical-coordinate representation of color #C08A06: hue angle of 42.58º 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 #C08A06 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 6 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.25 |
| HSL | 42.58º | 0.94% | 0.39% | - |
| HSV(B) | 42.58º | 0.97% | 0.75% | - |
| XYZ | 30.86 | 29.4 | 4.22 | - |
| YUV | 139.1 | 52.89 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 6 | 0 | 0.28 | 0.97 | 0.25 | 42.58 | 0.94 | 0.39 |
| Hex | C0 | 8A | 6 | 0 | 1C | 61 | 19 | 2B | 5E | 27 |
| Octal | 300 | 212 | 6 | 0 | 34 | 141 | 31 | 53 | 136 | 47 |
| Binary | 11000000 | 10001010 | 110 | 0 | 11100 | 1100001 | 11001 | 101011 | 1011110 | 100111 |
Color Harmonies of #C08A06
Complementary color
Monochromatic Colors of #C08A06
Black with #C08A06
Text Example
Text Example
White with #C08A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08A06; }
p { color: rgb(192,138,6); }
H1.HeaderClassName
{
color: #C08A06;
}
.AnyTagClassName
{
color: #C08A06;
}
</style>
background-color css
<style>
a { background-color: #C08A06; }
a { background-color: rgb(192,138,6); }
div.DivClassName
{
background-color: #C08A06;
}
.BgClassName
{
background-color: #C08A06;
}
</style>
border-color css
<style>
span { border-color: #C08A06; }
span { border-color: rgb(192,138,6); }
td.TdClassName
{
border-color: #C08A06;
}
.TagClassName
{
border-color: #C08A06;
}
</style>