Shades of Dark Goldenrod #C28900
Tints of Dark Goldenrod #C28900
RGB
CMYK
RGB Variations
Color information
#C28900 (or 0xC28900) is known color: Dark Goldenrod. HEX triplet: C2, 89 and 00. RGB value is (194,137,0). Sum of RGB (Red+Green+Blue) = 194+137+0=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C28900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28900 is #3D76FF. Grayscale: #8B8B8B. Windows color (decimal): -4028160 or 35266. OLE color: 35266.
HSL color Cylindrical-coordinate representation of color #C28900: hue angle of 42.37º 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 #C28900 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.24 |
| HSL | 42.37º | 1% | 0.38% | - |
| HSV(B) | 42.37º | 1% | 0.76% | - |
| XYZ | 31.19 | 29.36 | 4.02 | - |
| YUV | 138.43 | 49.88 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 0 | 0 | 0.29 | 1 | 0.24 | 42.37 | 1 | 0.38 |
| Hex | C2 | 89 | 0 | 0 | 1D | 64 | 18 | 2A | 64 | 26 |
| Octal | 302 | 211 | 0 | 0 | 35 | 144 | 30 | 52 | 144 | 46 |
| Binary | 11000010 | 10001001 | 0 | 0 | 11101 | 1100100 | 11000 | 101010 | 1100100 | 100110 |
Color Harmonies of #C28900
Complementary color
Monochromatic Colors of #C28900
Black with #C28900
Text Example
Text Example
White with #C28900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28900; }
p { color: rgb(194,137,0); }
H1.HeaderClassName
{
color: #C28900;
}
.AnyTagClassName
{
color: #C28900;
}
</style>
background-color css
<style>
a { background-color: #C28900; }
a { background-color: rgb(194,137,0); }
div.DivClassName
{
background-color: #C28900;
}
.BgClassName
{
background-color: #C28900;
}
</style>
border-color css
<style>
span { border-color: #C28900; }
span { border-color: rgb(194,137,0); }
td.TdClassName
{
border-color: #C28900;
}
.TagClassName
{
border-color: #C28900;
}
</style>