Shades of Dark Goldenrod #C18905
Tints of Dark Goldenrod #C18905
RGB
CMYK
RGB Variations
Color information
#C18905 (or 0xC18905) is known color: Dark Goldenrod. HEX triplet: C1, 89 and 05. RGB value is (193,137,5). Sum of RGB (Red+Green+Blue) = 193+137+5=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C18905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18905 is #3E76FA. Grayscale: #8B8B8B. Windows color (decimal): -4093691 or 362945. OLE color: 362945.
HSL color Cylindrical-coordinate representation of color #C18905: hue angle of 42.13º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C18905 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 5 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.24 |
| HSL | 42.13º | 0.95% | 0.39% | - |
| HSV(B) | 42.13º | 0.97% | 0.76% | - |
| XYZ | 30.97 | 29.24 | 4.16 | - |
| YUV | 138.7 | 52.55 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 5 | 0 | 0.29 | 0.97 | 0.24 | 42.13 | 0.95 | 0.39 |
| Hex | C1 | 89 | 5 | 0 | 1D | 61 | 18 | 2A | 5F | 27 |
| Octal | 301 | 211 | 5 | 0 | 35 | 141 | 30 | 52 | 137 | 47 |
| Binary | 11000001 | 10001001 | 101 | 0 | 11101 | 1100001 | 11000 | 101010 | 1011111 | 100111 |
Color Harmonies of #C18905
Complementary color
Monochromatic Colors of #C18905
Black with #C18905
Text Example
Text Example
White with #C18905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18905; }
p { color: rgb(193,137,5); }
H1.HeaderClassName
{
color: #C18905;
}
.AnyTagClassName
{
color: #C18905;
}
</style>
background-color css
<style>
a { background-color: #C18905; }
a { background-color: rgb(193,137,5); }
div.DivClassName
{
background-color: #C18905;
}
.BgClassName
{
background-color: #C18905;
}
</style>
border-color css
<style>
span { border-color: #C18905; }
span { border-color: rgb(193,137,5); }
td.TdClassName
{
border-color: #C18905;
}
.TagClassName
{
border-color: #C18905;
}
</style>