Shades of Dark Goldenrod #C18102
Tints of Dark Goldenrod #C18102
RGB
CMYK
RGB Variations
Color information
#C18102 (or 0xC18102) is known color: Dark Goldenrod. HEX triplet: C1, 81 and 02. RGB value is (193,129,2). Sum of RGB (Red+Green+Blue) = 193+129+2=324 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.57% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 193 - color contains mainly: red. Hex color #C18102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18102 is #3E7EFD. Grayscale: #868686. Windows color (decimal): -4095742 or 164289. OLE color: 164289.
HSL color Cylindrical-coordinate representation of color #C18102: hue angle of 39.9º 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 #C18102 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 129 | 2 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.24 |
| HSL | 39.9º | 0.98% | 0.38% | - |
| HSV(B) | 39.9º | 0.99% | 0.76% | - |
| XYZ | 29.85 | 27.04 | 3.7 | - |
| YUV | 133.66 | 53.7 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 129 | 2 | 0 | 0.33 | 0.99 | 0.24 | 39.9 | 0.98 | 0.38 |
| Hex | C1 | 81 | 2 | 0 | 21 | 63 | 18 | 28 | 62 | 26 |
| Octal | 301 | 201 | 2 | 0 | 41 | 143 | 30 | 50 | 142 | 46 |
| Binary | 11000001 | 10000001 | 10 | 0 | 100001 | 1100011 | 11000 | 101000 | 1100010 | 100110 |
Color Harmonies of #C18102
Complementary color
Monochromatic Colors of #C18102
Black with #C18102
Text Example
Text Example
White with #C18102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18102; }
p { color: rgb(193,129,2); }
H1.HeaderClassName
{
color: #C18102;
}
.AnyTagClassName
{
color: #C18102;
}
</style>
background-color css
<style>
a { background-color: #C18102; }
a { background-color: rgb(193,129,2); }
div.DivClassName
{
background-color: #C18102;
}
.BgClassName
{
background-color: #C18102;
}
</style>
border-color css
<style>
span { border-color: #C18102; }
span { border-color: rgb(193,129,2); }
td.TdClassName
{
border-color: #C18102;
}
.TagClassName
{
border-color: #C18102;
}
</style>