Shades of Dark Goldenrod #C28C02
Tints of Dark Goldenrod #C28C02
RGB
CMYK
RGB Variations
Color information
#C28C02 (or 0xC28C02) is known color: Dark Goldenrod. HEX triplet: C2, 8C and 02. RGB value is (194,140,2). Sum of RGB (Red+Green+Blue) = 194+140+2=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28C02 is #3D73FD. Grayscale: #8D8D8D. Windows color (decimal): -4027390 or 167106. OLE color: 167106.
HSL color Cylindrical-coordinate representation of color #C28C02: hue angle of 43.12º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C28C02 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 140 | 2 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.24 |
| HSL | 43.13º | 0.98% | 0.38% | - |
| HSV(B) | 43.13º | 0.99% | 0.76% | - |
| XYZ | 31.64 | 30.23 | 4.22 | - |
| YUV | 140.41 | 49.89 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 2 | 0 | 0.28 | 0.99 | 0.24 | 43.13 | 0.98 | 0.38 |
| Hex | C2 | 8C | 2 | 0 | 1C | 63 | 18 | 2B | 62 | 26 |
| Octal | 302 | 214 | 2 | 0 | 34 | 143 | 30 | 53 | 142 | 46 |
| Binary | 11000010 | 10001100 | 10 | 0 | 11100 | 1100011 | 11000 | 101011 | 1100010 | 100110 |
Color Harmonies of #C28C02
Complementary color
Monochromatic Colors of #C28C02
Black with #C28C02
Text Example
Text Example
White with #C28C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28C02; }
p { color: rgb(194,140,2); }
H1.HeaderClassName
{
color: #C28C02;
}
.AnyTagClassName
{
color: #C28C02;
}
</style>
background-color css
<style>
a { background-color: #C28C02; }
a { background-color: rgb(194,140,2); }
div.DivClassName
{
background-color: #C28C02;
}
.BgClassName
{
background-color: #C28C02;
}
</style>
border-color css
<style>
span { border-color: #C28C02; }
span { border-color: rgb(194,140,2); }
td.TdClassName
{
border-color: #C28C02;
}
.TagClassName
{
border-color: #C28C02;
}
</style>