Shades of Dark Goldenrod #C18717
Tints of Dark Goldenrod #C18717
RGB
CMYK
RGB Variations
Color information
#C18717 (or 0xC18717) is known color: Dark Goldenrod. HEX triplet: C1, 87 and 17. RGB value is (193,135,23). Sum of RGB (Red+Green+Blue) = 193+135+23=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 23 (9.38% from 255 or 6.55% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C18717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18717 is #3E78E8. Grayscale: #8C8C8C. Windows color (decimal): -4094185 or 1542081. OLE color: 1542081.
HSL color Cylindrical-coordinate representation of color #C18717: hue angle of 39.53º 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 #C18717 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 23 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.24 |
| HSL | 39.53º | 0.79% | 0.42% | - |
| HSV(B) | 39.53º | 0.88% | 0.76% | - |
| XYZ | 30.81 | 28.73 | 4.73 | - |
| YUV | 139.57 | 62.22 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 23 | 0 | 0.30 | 0.88 | 0.24 | 39.53 | 0.79 | 0.42 |
| Hex | C1 | 87 | 17 | 0 | 1E | 58 | 18 | 28 | 4F | 2A |
| Octal | 301 | 207 | 27 | 0 | 36 | 130 | 30 | 50 | 117 | 52 |
| Binary | 11000001 | 10000111 | 10111 | 0 | 11110 | 1011000 | 11000 | 101000 | 1001111 | 101010 |
Color Harmonies of #C18717
Complementary color
Monochromatic Colors of #C18717
Black with #C18717
Text Example
Text Example
White with #C18717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18717; }
p { color: rgb(193,135,23); }
H1.HeaderClassName
{
color: #C18717;
}
.AnyTagClassName
{
color: #C18717;
}
</style>
background-color css
<style>
a { background-color: #C18717; }
a { background-color: rgb(193,135,23); }
div.DivClassName
{
background-color: #C18717;
}
.BgClassName
{
background-color: #C18717;
}
</style>
border-color css
<style>
span { border-color: #C18717; }
span { border-color: rgb(193,135,23); }
td.TdClassName
{
border-color: #C18717;
}
.TagClassName
{
border-color: #C18717;
}
</style>