Shades of Dark Goldenrod #C18006
Tints of Dark Goldenrod #C18006
RGB
CMYK
RGB Variations
Color information
#C18006 (or 0xC18006) is known color: Dark Goldenrod. HEX triplet: C1, 80 and 06. RGB value is (193,128,6). Sum of RGB (Red+Green+Blue) = 193+128+6=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 6 (2.73% from 255 or 1.83% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C18006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18006 is #3E7FF9. Grayscale: #868686. Windows color (decimal): -4095994 or 426177. OLE color: 426177.
HSL color Cylindrical-coordinate representation of color #C18006: hue angle of 39.14º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C18006 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 6 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.24 |
| HSL | 39.14º | 0.94% | 0.39% | - |
| HSV(B) | 39.14º | 0.97% | 0.76% | - |
| XYZ | 29.74 | 26.79 | 3.78 | - |
| YUV | 133.53 | 56.03 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 6 | 0 | 0.34 | 0.97 | 0.24 | 39.14 | 0.94 | 0.39 |
| Hex | C1 | 80 | 6 | 0 | 22 | 61 | 18 | 27 | 5E | 27 |
| Octal | 301 | 200 | 6 | 0 | 42 | 141 | 30 | 47 | 136 | 47 |
| Binary | 11000001 | 10000000 | 110 | 0 | 100010 | 1100001 | 11000 | 100111 | 1011110 | 100111 |
Color Harmonies of #C18006
Complementary color
Monochromatic Colors of #C18006
Black with #C18006
Text Example
Text Example
White with #C18006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18006; }
p { color: rgb(193,128,6); }
H1.HeaderClassName
{
color: #C18006;
}
.AnyTagClassName
{
color: #C18006;
}
</style>
background-color css
<style>
a { background-color: #C18006; }
a { background-color: rgb(193,128,6); }
div.DivClassName
{
background-color: #C18006;
}
.BgClassName
{
background-color: #C18006;
}
</style>
border-color css
<style>
span { border-color: #C18006; }
span { border-color: rgb(193,128,6); }
td.TdClassName
{
border-color: #C18006;
}
.TagClassName
{
border-color: #C18006;
}
</style>