Shades of Dark Goldenrod #C28D04
Tints of Dark Goldenrod #C28D04
RGB
CMYK
RGB Variations
Color information
#C28D04 (or 0xC28D04) is known color: Dark Goldenrod. HEX triplet: C2, 8D and 04. RGB value is (194,141,4). Sum of RGB (Red+Green+Blue) = 194+141+4=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28D04 is #3D72FB. Grayscale: #8D8D8D. Windows color (decimal): -4027132 or 298434. OLE color: 298434.
HSL color Cylindrical-coordinate representation of color #C28D04: hue angle of 43.26º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C28D04 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 141 | 4 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.24 |
| HSL | 43.26º | 0.96% | 0.39% | - |
| HSV(B) | 43.26º | 0.98% | 0.76% | - |
| XYZ | 31.79 | 30.53 | 4.33 | - |
| YUV | 141.23 | 50.56 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 4 | 0 | 0.27 | 0.98 | 0.24 | 43.26 | 0.96 | 0.39 |
| Hex | C2 | 8D | 4 | 0 | 1B | 62 | 18 | 2B | 60 | 27 |
| Octal | 302 | 215 | 4 | 0 | 33 | 142 | 30 | 53 | 140 | 47 |
| Binary | 11000010 | 10001101 | 100 | 0 | 11011 | 1100010 | 11000 | 101011 | 1100000 | 100111 |
Color Harmonies of #C28D04
Complementary color
Monochromatic Colors of #C28D04
Black with #C28D04
Text Example
Text Example
White with #C28D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28D04; }
p { color: rgb(194,141,4); }
H1.HeaderClassName
{
color: #C28D04;
}
.AnyTagClassName
{
color: #C28D04;
}
</style>
background-color css
<style>
a { background-color: #C28D04; }
a { background-color: rgb(194,141,4); }
div.DivClassName
{
background-color: #C28D04;
}
.BgClassName
{
background-color: #C28D04;
}
</style>
border-color css
<style>
span { border-color: #C28D04; }
span { border-color: rgb(194,141,4); }
td.TdClassName
{
border-color: #C28D04;
}
.TagClassName
{
border-color: #C28D04;
}
</style>