Shades of Dark Goldenrod #C18718
Tints of Dark Goldenrod #C18718
RGB
CMYK
RGB Variations
Color information
#C18718 (or 0xC18718) is known color: Dark Goldenrod. HEX triplet: C1, 87 and 18. RGB value is (193,135,24). Sum of RGB (Red+Green+Blue) = 193+135+24=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C18718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18718 is #3E78E7. Grayscale: #8C8C8C. Windows color (decimal): -4094184 or 1607617. OLE color: 1607617.
HSL color Cylindrical-coordinate representation of color #C18718: hue angle of 39.41º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C18718 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 24 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.24 |
| HSL | 39.41º | 0.78% | 0.43% | - |
| HSV(B) | 39.41º | 0.88% | 0.76% | - |
| XYZ | 30.82 | 28.73 | 4.79 | - |
| YUV | 139.69 | 62.72 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 24 | 0 | 0.30 | 0.88 | 0.24 | 39.41 | 0.78 | 0.43 |
| Hex | C1 | 87 | 18 | 0 | 1E | 58 | 18 | 27 | 4E | 2B |
| Octal | 301 | 207 | 30 | 0 | 36 | 130 | 30 | 47 | 116 | 53 |
| Binary | 11000001 | 10000111 | 11000 | 0 | 11110 | 1011000 | 11000 | 100111 | 1001110 | 101011 |
Color Harmonies of #C18718
Complementary color
Monochromatic Colors of #C18718
Black with #C18718
Text Example
Text Example
White with #C18718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18718; }
p { color: rgb(193,135,24); }
H1.HeaderClassName
{
color: #C18718;
}
.AnyTagClassName
{
color: #C18718;
}
</style>
background-color css
<style>
a { background-color: #C18718; }
a { background-color: rgb(193,135,24); }
div.DivClassName
{
background-color: #C18718;
}
.BgClassName
{
background-color: #C18718;
}
</style>
border-color css
<style>
span { border-color: #C18718; }
span { border-color: rgb(193,135,24); }
td.TdClassName
{
border-color: #C18718;
}
.TagClassName
{
border-color: #C18718;
}
</style>