Shades of Dark Goldenrod #C18602
Tints of Dark Goldenrod #C18602
RGB
CMYK
RGB Variations
Color information
#C18602 (or 0xC18602) is known color: Dark Goldenrod. HEX triplet: C1, 86 and 02. RGB value is (193,134,2). Sum of RGB (Red+Green+Blue) = 193+134+2=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C18602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18602 is #3E79FD. Grayscale: #898989. Windows color (decimal): -4094462 or 165569. OLE color: 165569.
HSL color Cylindrical-coordinate representation of color #C18602: hue angle of 41.47º 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 #C18602 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 134 | 2 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.24 |
| HSL | 41.47º | 0.98% | 0.38% | - |
| HSV(B) | 41.47º | 0.99% | 0.76% | - |
| XYZ | 30.53 | 28.39 | 3.93 | - |
| YUV | 136.59 | 52.05 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 2 | 0 | 0.31 | 0.99 | 0.24 | 41.47 | 0.98 | 0.38 |
| Hex | C1 | 86 | 2 | 0 | 1F | 63 | 18 | 29 | 62 | 26 |
| Octal | 301 | 206 | 2 | 0 | 37 | 143 | 30 | 51 | 142 | 46 |
| Binary | 11000001 | 10000110 | 10 | 0 | 11111 | 1100011 | 11000 | 101001 | 1100010 | 100110 |
Color Harmonies of #C18602
Complementary color
Monochromatic Colors of #C18602
Black with #C18602
Text Example
Text Example
White with #C18602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18602; }
p { color: rgb(193,134,2); }
H1.HeaderClassName
{
color: #C18602;
}
.AnyTagClassName
{
color: #C18602;
}
</style>
background-color css
<style>
a { background-color: #C18602; }
a { background-color: rgb(193,134,2); }
div.DivClassName
{
background-color: #C18602;
}
.BgClassName
{
background-color: #C18602;
}
</style>
border-color css
<style>
span { border-color: #C18602; }
span { border-color: rgb(193,134,2); }
td.TdClassName
{
border-color: #C18602;
}
.TagClassName
{
border-color: #C18602;
}
</style>