Shades of Dark Goldenrod #C28409
Tints of Dark Goldenrod #C28409
RGB
CMYK
RGB Variations
Color information
#C28409 (or 0xC28409) is known color: Dark Goldenrod. HEX triplet: C2, 84 and 09. RGB value is (194,132,9). Sum of RGB (Red+Green+Blue) = 194+132+9=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 9 (3.91% from 255 or 2.69% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C28409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28409 is #3D7BF6. Grayscale: #898989. Windows color (decimal): -4029431 or 623810. OLE color: 623810.
HSL color Cylindrical-coordinate representation of color #C28409: hue angle of 39.89º 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 #C28409 is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 9 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.24 |
| HSL | 39.89º | 0.91% | 0.4% | - |
| HSV(B) | 39.89º | 0.95% | 0.76% | - |
| XYZ | 30.55 | 27.99 | 4.05 | - |
| YUV | 136.52 | 56.04 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 9 | 0 | 0.32 | 0.95 | 0.24 | 39.89 | 0.91 | 0.4 |
| Hex | C2 | 84 | 9 | 0 | 20 | 5F | 18 | 28 | 5B | 28 |
| Octal | 302 | 204 | 11 | 0 | 40 | 137 | 30 | 50 | 133 | 50 |
| Binary | 11000010 | 10000100 | 1001 | 0 | 100000 | 1011111 | 11000 | 101000 | 1011011 | 101000 |
Color Harmonies of #C28409
Complementary color
Monochromatic Colors of #C28409
Black with #C28409
Text Example
Text Example
White with #C28409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28409; }
p { color: rgb(194,132,9); }
H1.HeaderClassName
{
color: #C28409;
}
.AnyTagClassName
{
color: #C28409;
}
</style>
background-color css
<style>
a { background-color: #C28409; }
a { background-color: rgb(194,132,9); }
div.DivClassName
{
background-color: #C28409;
}
.BgClassName
{
background-color: #C28409;
}
</style>
border-color css
<style>
span { border-color: #C28409; }
span { border-color: rgb(194,132,9); }
td.TdClassName
{
border-color: #C28409;
}
.TagClassName
{
border-color: #C28409;
}
</style>