Shades of Dark Goldenrod #C28909
Tints of Dark Goldenrod #C28909
RGB
CMYK
RGB Variations
Color information
#C28909 (or 0xC28909) is known color: Dark Goldenrod. HEX triplet: C2, 89 and 09. RGB value is (194,137,9). Sum of RGB (Red+Green+Blue) = 194+137+9=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 9 (3.91% from 255 or 2.65% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C28909 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28909 is #3D76F6. Grayscale: #8C8C8C. Windows color (decimal): -4028151 or 625090. OLE color: 625090.
HSL color Cylindrical-coordinate representation of color #C28909: hue angle of 41.51º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C28909 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 9 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.24 |
| HSL | 41.51º | 0.91% | 0.4% | - |
| HSV(B) | 41.51º | 0.95% | 0.76% | - |
| XYZ | 31.24 | 29.38 | 4.28 | - |
| YUV | 139.45 | 54.38 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 9 | 0 | 0.29 | 0.95 | 0.24 | 41.51 | 0.91 | 0.4 |
| Hex | C2 | 89 | 9 | 0 | 1D | 5F | 18 | 2A | 5B | 28 |
| Octal | 302 | 211 | 11 | 0 | 35 | 137 | 30 | 52 | 133 | 50 |
| Binary | 11000010 | 10001001 | 1001 | 0 | 11101 | 1011111 | 11000 | 101010 | 1011011 | 101000 |
Color Harmonies of #C28909
Complementary color
Monochromatic Colors of #C28909
Black with #C28909
Text Example
Text Example
White with #C28909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28909; }
p { color: rgb(194,137,9); }
H1.HeaderClassName
{
color: #C28909;
}
.AnyTagClassName
{
color: #C28909;
}
</style>
background-color css
<style>
a { background-color: #C28909; }
a { background-color: rgb(194,137,9); }
div.DivClassName
{
background-color: #C28909;
}
.BgClassName
{
background-color: #C28909;
}
</style>
border-color css
<style>
span { border-color: #C28909; }
span { border-color: rgb(194,137,9); }
td.TdClassName
{
border-color: #C28909;
}
.TagClassName
{
border-color: #C28909;
}
</style>