Shades of Dark Goldenrod #C18609
Tints of Dark Goldenrod #C18609
RGB
CMYK
RGB Variations
Color information
#C18609 (or 0xC18609) is known color: Dark Goldenrod. HEX triplet: C1, 86 and 09. RGB value is (193,134,9). Sum of RGB (Red+Green+Blue) = 193+134+9=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 9 (3.91% from 255 or 2.68% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C18609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18609 is #3E79F6. Grayscale: #898989. Windows color (decimal): -4094455 or 624321. OLE color: 624321.
HSL color Cylindrical-coordinate representation of color #C18609: hue angle of 40.76º 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 #C18609 is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 134 | 9 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.24 |
| HSL | 40.76º | 0.91% | 0.4% | - |
| HSV(B) | 40.76º | 0.95% | 0.76% | - |
| XYZ | 30.57 | 28.41 | 4.13 | - |
| YUV | 137.39 | 55.55 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 9 | 0 | 0.31 | 0.95 | 0.24 | 40.76 | 0.91 | 0.4 |
| Hex | C1 | 86 | 9 | 0 | 1F | 5F | 18 | 29 | 5B | 28 |
| Octal | 301 | 206 | 11 | 0 | 37 | 137 | 30 | 51 | 133 | 50 |
| Binary | 11000001 | 10000110 | 1001 | 0 | 11111 | 1011111 | 11000 | 101001 | 1011011 | 101000 |
Color Harmonies of #C18609
Complementary color
Monochromatic Colors of #C18609
Black with #C18609
Text Example
Text Example
White with #C18609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18609; }
p { color: rgb(193,134,9); }
H1.HeaderClassName
{
color: #C18609;
}
.AnyTagClassName
{
color: #C18609;
}
</style>
background-color css
<style>
a { background-color: #C18609; }
a { background-color: rgb(193,134,9); }
div.DivClassName
{
background-color: #C18609;
}
.BgClassName
{
background-color: #C18609;
}
</style>
border-color css
<style>
span { border-color: #C18609; }
span { border-color: rgb(193,134,9); }
td.TdClassName
{
border-color: #C18609;
}
.TagClassName
{
border-color: #C18609;
}
</style>