Shades of Dark Goldenrod #C18702
Tints of Dark Goldenrod #C18702
RGB
CMYK
RGB Variations
Color information
#C18702 (or 0xC18702) is known color: Dark Goldenrod. HEX triplet: C1, 87 and 02. RGB value is (193,135,2). Sum of RGB (Red+Green+Blue) = 193+135+2=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C18702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18702 is #3E78FD. Grayscale: #898989. Windows color (decimal): -4094206 or 165825. OLE color: 165825.
HSL color Cylindrical-coordinate representation of color #C18702: hue angle of 41.78º 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 #C18702 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.24 |
| HSL | 41.78º | 0.98% | 0.38% | - |
| HSV(B) | 41.78º | 0.99% | 0.76% | - |
| XYZ | 30.67 | 28.67 | 3.97 | - |
| YUV | 137.18 | 51.72 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 2 | 0 | 0.30 | 0.99 | 0.24 | 41.78 | 0.98 | 0.38 |
| Hex | C1 | 87 | 2 | 0 | 1E | 63 | 18 | 2A | 62 | 26 |
| Octal | 301 | 207 | 2 | 0 | 36 | 143 | 30 | 52 | 142 | 46 |
| Binary | 11000001 | 10000111 | 10 | 0 | 11110 | 1100011 | 11000 | 101010 | 1100010 | 100110 |
Color Harmonies of #C18702
Complementary color
Monochromatic Colors of #C18702
Black with #C18702
Text Example
Text Example
White with #C18702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18702; }
p { color: rgb(193,135,2); }
H1.HeaderClassName
{
color: #C18702;
}
.AnyTagClassName
{
color: #C18702;
}
</style>
background-color css
<style>
a { background-color: #C18702; }
a { background-color: rgb(193,135,2); }
div.DivClassName
{
background-color: #C18702;
}
.BgClassName
{
background-color: #C18702;
}
</style>
border-color css
<style>
span { border-color: #C18702; }
span { border-color: rgb(193,135,2); }
td.TdClassName
{
border-color: #C18702;
}
.TagClassName
{
border-color: #C18702;
}
</style>