Shades of Dark Goldenrod #C28509
Tints of Dark Goldenrod #C28509
RGB
CMYK
RGB Variations
Color information
#C28509 (or 0xC28509) is known color: Dark Goldenrod. HEX triplet: C2, 85 and 09. RGB value is (194,133,9). Sum of RGB (Red+Green+Blue) = 194+133+9=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 9 (3.91% from 255 or 2.68% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C28509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28509 is #3D7AF6. Grayscale: #898989. Windows color (decimal): -4029175 or 624066. OLE color: 624066.
HSL color Cylindrical-coordinate representation of color #C28509: hue angle of 40.22º 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 #C28509 is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 133 | 9 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.24 |
| HSL | 40.22º | 0.91% | 0.4% | - |
| HSV(B) | 40.22º | 0.95% | 0.76% | - |
| XYZ | 30.68 | 28.26 | 4.1 | - |
| YUV | 137.1 | 55.71 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 9 | 0 | 0.31 | 0.95 | 0.24 | 40.22 | 0.91 | 0.4 |
| Hex | C2 | 85 | 9 | 0 | 1F | 5F | 18 | 28 | 5B | 28 |
| Octal | 302 | 205 | 11 | 0 | 37 | 137 | 30 | 50 | 133 | 50 |
| Binary | 11000010 | 10000101 | 1001 | 0 | 11111 | 1011111 | 11000 | 101000 | 1011011 | 101000 |
Color Harmonies of #C28509
Complementary color
Monochromatic Colors of #C28509
Black with #C28509
Text Example
Text Example
White with #C28509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28509; }
p { color: rgb(194,133,9); }
H1.HeaderClassName
{
color: #C28509;
}
.AnyTagClassName
{
color: #C28509;
}
</style>
background-color css
<style>
a { background-color: #C28509; }
a { background-color: rgb(194,133,9); }
div.DivClassName
{
background-color: #C28509;
}
.BgClassName
{
background-color: #C28509;
}
</style>
border-color css
<style>
span { border-color: #C28509; }
span { border-color: rgb(194,133,9); }
td.TdClassName
{
border-color: #C28509;
}
.TagClassName
{
border-color: #C28509;
}
</style>