Shades of Dark Goldenrod #C28006
Tints of Dark Goldenrod #C28006
RGB
CMYK
RGB Variations
Color information
#C28006 (or 0xC28006) is known color: Dark Goldenrod. HEX triplet: C2, 80 and 06. RGB value is (194,128,6). Sum of RGB (Red+Green+Blue) = 194+128+6=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 6 (2.73% from 255 or 1.83% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C28006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28006 is #3D7FF9. Grayscale: #868686. Windows color (decimal): -4030458 or 426178. OLE color: 426178.
HSL color Cylindrical-coordinate representation of color #C28006: hue angle of 38.94º 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 #C28006 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 6 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.24 |
| HSL | 38.94º | 0.94% | 0.39% | - |
| HSV(B) | 38.94º | 0.97% | 0.76% | - |
| XYZ | 30 | 26.92 | 3.79 | - |
| YUV | 133.83 | 55.87 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 6 | 0 | 0.34 | 0.97 | 0.24 | 38.94 | 0.94 | 0.39 |
| Hex | C2 | 80 | 6 | 0 | 22 | 61 | 18 | 27 | 5E | 27 |
| Octal | 302 | 200 | 6 | 0 | 42 | 141 | 30 | 47 | 136 | 47 |
| Binary | 11000010 | 10000000 | 110 | 0 | 100010 | 1100001 | 11000 | 100111 | 1011110 | 100111 |
Color Harmonies of #C28006
Complementary color
Monochromatic Colors of #C28006
Black with #C28006
Text Example
Text Example
White with #C28006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28006; }
p { color: rgb(194,128,6); }
H1.HeaderClassName
{
color: #C28006;
}
.AnyTagClassName
{
color: #C28006;
}
</style>
background-color css
<style>
a { background-color: #C28006; }
a { background-color: rgb(194,128,6); }
div.DivClassName
{
background-color: #C28006;
}
.BgClassName
{
background-color: #C28006;
}
</style>
border-color css
<style>
span { border-color: #C28006; }
span { border-color: rgb(194,128,6); }
td.TdClassName
{
border-color: #C28006;
}
.TagClassName
{
border-color: #C28006;
}
</style>