Shades of Dark Goldenrod #C06E07
Tints of Dark Goldenrod #C06E07
RGB
CMYK
RGB Variations
Color information
#C06E07 (or 0xC06E07) is known color: Dark Goldenrod. HEX triplet: C0, 6E and 07. RGB value is (192,110,7). Sum of RGB (Red+Green+Blue) = 192+110+7=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 7 (3.12% from 255 or 2.27% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06E07 is #3F91F8. Grayscale: #7B7B7B. Windows color (decimal): -4166137 or 487104. OLE color: 487104.
HSL color Cylindrical-coordinate representation of color #C06E07: hue angle of 33.41º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C06E07 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 7 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.25 |
| HSL | 33.41º | 0.93% | 0.39% | - |
| HSV(B) | 33.41º | 0.96% | 0.75% | - |
| XYZ | 27.35 | 22.37 | 3.08 | - |
| YUV | 122.78 | 62.67 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 7 | 0 | 0.43 | 0.96 | 0.25 | 33.41 | 0.93 | 0.39 |
| Hex | C0 | 6E | 7 | 0 | 2B | 60 | 19 | 21 | 5D | 27 |
| Octal | 300 | 156 | 7 | 0 | 53 | 140 | 31 | 41 | 135 | 47 |
| Binary | 11000000 | 1101110 | 111 | 0 | 101011 | 1100000 | 11001 | 100001 | 1011101 | 100111 |
Color Harmonies of #C06E07
Complementary color
Monochromatic Colors of #C06E07
Black with #C06E07
Text Example
Text Example
White with #C06E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06E07; }
p { color: rgb(192,110,7); }
H1.HeaderClassName
{
color: #C06E07;
}
.AnyTagClassName
{
color: #C06E07;
}
</style>
background-color css
<style>
a { background-color: #C06E07; }
a { background-color: rgb(192,110,7); }
div.DivClassName
{
background-color: #C06E07;
}
.BgClassName
{
background-color: #C06E07;
}
</style>
border-color css
<style>
span { border-color: #C06E07; }
span { border-color: rgb(192,110,7); }
td.TdClassName
{
border-color: #C06E07;
}
.TagClassName
{
border-color: #C06E07;
}
</style>