Shades of Dark Goldenrod #C28000
Tints of Dark Goldenrod #C28000
RGB
CMYK
RGB Variations
Color information
#C28000 (or 0xC28000) is known color: Dark Goldenrod. HEX triplet: C2, 80 and 00. RGB value is (194,128,0). Sum of RGB (Red+Green+Blue) = 194+128+0=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C28000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28000 is #3D7FFF. Grayscale: #858585. Windows color (decimal): -4030464 or 32962. OLE color: 32962.
HSL color Cylindrical-coordinate representation of color #C28000: hue angle of 39.59º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C28000 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.24 |
| HSL | 39.59º | 1% | 0.38% | - |
| HSV(B) | 39.59º | 1% | 0.76% | - |
| XYZ | 29.97 | 26.91 | 3.61 | - |
| YUV | 133.14 | 52.87 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 0 | 0 | 0.34 | 1 | 0.24 | 39.59 | 1 | 0.38 |
| Hex | C2 | 80 | 0 | 0 | 22 | 64 | 18 | 28 | 64 | 26 |
| Octal | 302 | 200 | 0 | 0 | 42 | 144 | 30 | 50 | 144 | 46 |
| Binary | 11000010 | 10000000 | 0 | 0 | 100010 | 1100100 | 11000 | 101000 | 1100100 | 100110 |
Color Harmonies of #C28000
Complementary color
Monochromatic Colors of #C28000
Black with #C28000
Text Example
Text Example
White with #C28000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28000; }
p { color: rgb(194,128,0); }
H1.HeaderClassName
{
color: #C28000;
}
.AnyTagClassName
{
color: #C28000;
}
</style>
background-color css
<style>
a { background-color: #C28000; }
a { background-color: rgb(194,128,0); }
div.DivClassName
{
background-color: #C28000;
}
.BgClassName
{
background-color: #C28000;
}
</style>
border-color css
<style>
span { border-color: #C28000; }
span { border-color: rgb(194,128,0); }
td.TdClassName
{
border-color: #C28000;
}
.TagClassName
{
border-color: #C28000;
}
</style>