Shades of Dark Goldenrod #C28E03
Tints of Dark Goldenrod #C28E03
RGB
CMYK
RGB Variations
Color information
#C28E03 (or 0xC28E03) is known color: Dark Goldenrod. HEX triplet: C2, 8E and 03. RGB value is (194,142,3). Sum of RGB (Red+Green+Blue) = 194+142+3=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 142 (55.86% from 255 or 41.89% from 339); Blue value is 3 (1.56% from 255 or 0.88% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28E03 is #3D71FC. Grayscale: #8E8E8E. Windows color (decimal): -4026877 or 233154. OLE color: 233154.
HSL color Cylindrical-coordinate representation of color #C28E03: hue angle of 43.66º degrees, saturation: 0.97, 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 #C28E03 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 142 | 3 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.24 |
| HSL | 43.66º | 0.97% | 0.39% | - |
| HSV(B) | 43.66º | 0.98% | 0.76% | - |
| XYZ | 31.94 | 30.82 | 4.35 | - |
| YUV | 141.7 | 49.73 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 3 | 0 | 0.27 | 0.98 | 0.24 | 43.66 | 0.97 | 0.39 |
| Hex | C2 | 8E | 3 | 0 | 1B | 62 | 18 | 2C | 61 | 27 |
| Octal | 302 | 216 | 3 | 0 | 33 | 142 | 30 | 54 | 141 | 47 |
| Binary | 11000010 | 10001110 | 11 | 0 | 11011 | 1100010 | 11000 | 101100 | 1100001 | 100111 |
Color Harmonies of #C28E03
Complementary color
Monochromatic Colors of #C28E03
Black with #C28E03
Text Example
Text Example
White with #C28E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28E03; }
p { color: rgb(194,142,3); }
H1.HeaderClassName
{
color: #C28E03;
}
.AnyTagClassName
{
color: #C28E03;
}
</style>
background-color css
<style>
a { background-color: #C28E03; }
a { background-color: rgb(194,142,3); }
div.DivClassName
{
background-color: #C28E03;
}
.BgClassName
{
background-color: #C28E03;
}
</style>
border-color css
<style>
span { border-color: #C28E03; }
span { border-color: rgb(194,142,3); }
td.TdClassName
{
border-color: #C28E03;
}
.TagClassName
{
border-color: #C28E03;
}
</style>