Shades of Dark Goldenrod #C28002
Tints of Dark Goldenrod #C28002
RGB
CMYK
RGB Variations
Color information
#C28002 (or 0xC28002) is known color: Dark Goldenrod. HEX triplet: C2, 80 and 02. RGB value is (194,128,2). Sum of RGB (Red+Green+Blue) = 194+128+2=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C28002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28002 is #3D7FFD. Grayscale: #858585. Windows color (decimal): -4030462 or 164034. OLE color: 164034.
HSL color Cylindrical-coordinate representation of color #C28002: hue angle of 39.38º 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 #C28002 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 2 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.24 |
| HSL | 39.38º | 0.98% | 0.38% | - |
| HSV(B) | 39.38º | 0.99% | 0.76% | - |
| XYZ | 29.98 | 26.91 | 3.67 | - |
| YUV | 133.37 | 53.87 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 2 | 0 | 0.34 | 0.99 | 0.24 | 39.38 | 0.98 | 0.38 |
| Hex | C2 | 80 | 2 | 0 | 22 | 63 | 18 | 27 | 62 | 26 |
| Octal | 302 | 200 | 2 | 0 | 42 | 143 | 30 | 47 | 142 | 46 |
| Binary | 11000010 | 10000000 | 10 | 0 | 100010 | 1100011 | 11000 | 100111 | 1100010 | 100110 |
Color Harmonies of #C28002
Complementary color
Monochromatic Colors of #C28002
Black with #C28002
Text Example
Text Example
White with #C28002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28002; }
p { color: rgb(194,128,2); }
H1.HeaderClassName
{
color: #C28002;
}
.AnyTagClassName
{
color: #C28002;
}
</style>
background-color css
<style>
a { background-color: #C28002; }
a { background-color: rgb(194,128,2); }
div.DivClassName
{
background-color: #C28002;
}
.BgClassName
{
background-color: #C28002;
}
</style>
border-color css
<style>
span { border-color: #C28002; }
span { border-color: rgb(194,128,2); }
td.TdClassName
{
border-color: #C28002;
}
.TagClassName
{
border-color: #C28002;
}
</style>