Shades of Dark Goldenrod #C28702
Tints of Dark Goldenrod #C28702
RGB
CMYK
RGB Variations
Color information
#C28702 (or 0xC28702) is known color: Dark Goldenrod. HEX triplet: C2, 87 and 02. RGB value is (194,135,2). Sum of RGB (Red+Green+Blue) = 194+135+2=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 135 (53.12% from 255 or 40.79% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C28702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28702 is #3D78FD. Grayscale: #8A8A8A. Windows color (decimal): -4028670 or 165826. OLE color: 165826.
HSL color Cylindrical-coordinate representation of color #C28702: hue angle of 41.56º 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 #C28702 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.24 |
| HSL | 41.56º | 0.98% | 0.38% | - |
| HSV(B) | 41.56º | 0.99% | 0.76% | - |
| XYZ | 30.92 | 28.8 | 3.99 | - |
| YUV | 137.48 | 51.55 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 2 | 0 | 0.30 | 0.99 | 0.24 | 41.56 | 0.98 | 0.38 |
| Hex | C2 | 87 | 2 | 0 | 1E | 63 | 18 | 2A | 62 | 26 |
| Octal | 302 | 207 | 2 | 0 | 36 | 143 | 30 | 52 | 142 | 46 |
| Binary | 11000010 | 10000111 | 10 | 0 | 11110 | 1100011 | 11000 | 101010 | 1100010 | 100110 |
Color Harmonies of #C28702
Complementary color
Monochromatic Colors of #C28702
Black with #C28702
Text Example
Text Example
White with #C28702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28702; }
p { color: rgb(194,135,2); }
H1.HeaderClassName
{
color: #C28702;
}
.AnyTagClassName
{
color: #C28702;
}
</style>
background-color css
<style>
a { background-color: #C28702; }
a { background-color: rgb(194,135,2); }
div.DivClassName
{
background-color: #C28702;
}
.BgClassName
{
background-color: #C28702;
}
</style>
border-color css
<style>
span { border-color: #C28702; }
span { border-color: rgb(194,135,2); }
td.TdClassName
{
border-color: #C28702;
}
.TagClassName
{
border-color: #C28702;
}
</style>