Shades of Dark Goldenrod #C18908
Tints of Dark Goldenrod #C18908
RGB
CMYK
RGB Variations
Color information
#C18908 (or 0xC18908) is known color: Dark Goldenrod. HEX triplet: C1, 89 and 08. RGB value is (193,137,8). Sum of RGB (Red+Green+Blue) = 193+137+8=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 8 (3.52% from 255 or 2.37% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C18908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18908 is #3E76F7. Grayscale: #8B8B8B. Windows color (decimal): -4093688 or 559553. OLE color: 559553.
HSL color Cylindrical-coordinate representation of color #C18908: hue angle of 41.84º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C18908 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 8 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.24 |
| HSL | 41.84º | 0.92% | 0.39% | - |
| HSV(B) | 41.84º | 0.96% | 0.76% | - |
| XYZ | 30.98 | 29.25 | 4.24 | - |
| YUV | 139.04 | 54.05 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 8 | 0 | 0.29 | 0.96 | 0.24 | 41.84 | 0.92 | 0.39 |
| Hex | C1 | 89 | 8 | 0 | 1D | 60 | 18 | 2A | 5C | 27 |
| Octal | 301 | 211 | 10 | 0 | 35 | 140 | 30 | 52 | 134 | 47 |
| Binary | 11000001 | 10001001 | 1000 | 0 | 11101 | 1100000 | 11000 | 101010 | 1011100 | 100111 |
Color Harmonies of #C18908
Complementary color
Monochromatic Colors of #C18908
Black with #C18908
Text Example
Text Example
White with #C18908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18908; }
p { color: rgb(193,137,8); }
H1.HeaderClassName
{
color: #C18908;
}
.AnyTagClassName
{
color: #C18908;
}
</style>
background-color css
<style>
a { background-color: #C18908; }
a { background-color: rgb(193,137,8); }
div.DivClassName
{
background-color: #C18908;
}
.BgClassName
{
background-color: #C18908;
}
</style>
border-color css
<style>
span { border-color: #C18908; }
span { border-color: rgb(193,137,8); }
td.TdClassName
{
border-color: #C18908;
}
.TagClassName
{
border-color: #C18908;
}
</style>