Shades of Dark Goldenrod #C28E00
Tints of Dark Goldenrod #C28E00
RGB
CMYK
RGB Variations
Color information
#C28E00 (or 0xC28E00) is known color: Dark Goldenrod. HEX triplet: C2, 8E and 00. RGB value is (194,142,0). Sum of RGB (Red+Green+Blue) = 194+142+0=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 142 (55.86% from 255 or 42.26% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28E00 is #3D71FF. Grayscale: #8D8D8D. Windows color (decimal): -4026880 or 36546. OLE color: 36546.
HSL color Cylindrical-coordinate representation of color #C28E00: hue angle of 43.92º 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 #C28E00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 142 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.24 |
| HSL | 43.92º | 1% | 0.38% | - |
| HSV(B) | 43.92º | 1% | 0.76% | - |
| XYZ | 31.92 | 30.82 | 4.27 | - |
| YUV | 141.36 | 48.23 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 0 | 0 | 0.27 | 1 | 0.24 | 43.92 | 1 | 0.38 |
| Hex | C2 | 8E | 0 | 0 | 1B | 64 | 18 | 2C | 64 | 26 |
| Octal | 302 | 216 | 0 | 0 | 33 | 144 | 30 | 54 | 144 | 46 |
| Binary | 11000010 | 10001110 | 0 | 0 | 11011 | 1100100 | 11000 | 101100 | 1100100 | 100110 |
Color Harmonies of #C28E00
Complementary color
Monochromatic Colors of #C28E00
Black with #C28E00
Text Example
Text Example
White with #C28E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28E00; }
p { color: rgb(194,142,0); }
H1.HeaderClassName
{
color: #C28E00;
}
.AnyTagClassName
{
color: #C28E00;
}
</style>
background-color css
<style>
a { background-color: #C28E00; }
a { background-color: rgb(194,142,0); }
div.DivClassName
{
background-color: #C28E00;
}
.BgClassName
{
background-color: #C28E00;
}
</style>
border-color css
<style>
span { border-color: #C28E00; }
span { border-color: rgb(194,142,0); }
td.TdClassName
{
border-color: #C28E00;
}
.TagClassName
{
border-color: #C28E00;
}
</style>