Shades of Dark Goldenrod #C18217
Tints of Dark Goldenrod #C18217
RGB
CMYK
RGB Variations
Color information
#C18217 (or 0xC18217) is known color: Dark Goldenrod. HEX triplet: C1, 82 and 17. RGB value is (193,130,23). Sum of RGB (Red+Green+Blue) = 193+130+23=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 23 (9.38% from 255 or 6.65% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C18217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18217 is #3E7DE8. Grayscale: #898989. Windows color (decimal): -4095465 or 1540801. OLE color: 1540801.
HSL color Cylindrical-coordinate representation of color #C18217: hue angle of 37.76º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C18217 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 130 | 23 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.24 |
| HSL | 37.76º | 0.79% | 0.42% | - |
| HSV(B) | 37.76º | 0.88% | 0.76% | - |
| XYZ | 30.13 | 27.36 | 4.5 | - |
| YUV | 136.64 | 63.87 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 23 | 0 | 0.33 | 0.88 | 0.24 | 37.76 | 0.79 | 0.42 |
| Hex | C1 | 82 | 17 | 0 | 21 | 58 | 18 | 26 | 4F | 2A |
| Octal | 301 | 202 | 27 | 0 | 41 | 130 | 30 | 46 | 117 | 52 |
| Binary | 11000001 | 10000010 | 10111 | 0 | 100001 | 1011000 | 11000 | 100110 | 1001111 | 101010 |
Color Harmonies of #C18217
Complementary color
Monochromatic Colors of #C18217
Black with #C18217
Text Example
Text Example
White with #C18217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18217; }
p { color: rgb(193,130,23); }
H1.HeaderClassName
{
color: #C18217;
}
.AnyTagClassName
{
color: #C18217;
}
</style>
background-color css
<style>
a { background-color: #C18217; }
a { background-color: rgb(193,130,23); }
div.DivClassName
{
background-color: #C18217;
}
.BgClassName
{
background-color: #C18217;
}
</style>
border-color css
<style>
span { border-color: #C18217; }
span { border-color: rgb(193,130,23); }
td.TdClassName
{
border-color: #C18217;
}
.TagClassName
{
border-color: #C18217;
}
</style>