Shades of Dark Goldenrod #C18809
Tints of Dark Goldenrod #C18809
RGB
CMYK
RGB Variations
Color information
#C18809 (or 0xC18809) is known color: Dark Goldenrod. HEX triplet: C1, 88 and 09. RGB value is (193,136,9). Sum of RGB (Red+Green+Blue) = 193+136+9=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 9 (3.91% from 255 or 2.66% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C18809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18809 is #3E77F6. Grayscale: #8B8B8B. Windows color (decimal): -4093943 or 624833. OLE color: 624833.
HSL color Cylindrical-coordinate representation of color #C18809: hue angle of 41.41º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C18809 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 136 | 9 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.24 |
| HSL | 41.41º | 0.91% | 0.4% | - |
| HSV(B) | 41.41º | 0.95% | 0.76% | - |
| XYZ | 30.85 | 28.97 | 4.22 | - |
| YUV | 138.57 | 54.88 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 9 | 0 | 0.30 | 0.95 | 0.24 | 41.41 | 0.91 | 0.4 |
| Hex | C1 | 88 | 9 | 0 | 1E | 5F | 18 | 29 | 5B | 28 |
| Octal | 301 | 210 | 11 | 0 | 36 | 137 | 30 | 51 | 133 | 50 |
| Binary | 11000001 | 10001000 | 1001 | 0 | 11110 | 1011111 | 11000 | 101001 | 1011011 | 101000 |
Color Harmonies of #C18809
Complementary color
Monochromatic Colors of #C18809
Black with #C18809
Text Example
Text Example
White with #C18809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18809; }
p { color: rgb(193,136,9); }
H1.HeaderClassName
{
color: #C18809;
}
.AnyTagClassName
{
color: #C18809;
}
</style>
background-color css
<style>
a { background-color: #C18809; }
a { background-color: rgb(193,136,9); }
div.DivClassName
{
background-color: #C18809;
}
.BgClassName
{
background-color: #C18809;
}
</style>
border-color css
<style>
span { border-color: #C18809; }
span { border-color: rgb(193,136,9); }
td.TdClassName
{
border-color: #C18809;
}
.TagClassName
{
border-color: #C18809;
}
</style>