Shades of Dark Goldenrod #C18A09
Tints of Dark Goldenrod #C18A09
RGB
CMYK
RGB Variations
Color information
#C18A09 (or 0xC18A09) is known color: Dark Goldenrod. HEX triplet: C1, 8A and 09. RGB value is (193,138,9). Sum of RGB (Red+Green+Blue) = 193+138+9=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 138 (54.30% from 255 or 40.59% from 340); Blue value is 9 (3.91% from 255 or 2.65% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18A09 is #3E75F6. Grayscale: #8C8C8C. Windows color (decimal): -4093431 or 625345. OLE color: 625345.
HSL color Cylindrical-coordinate representation of color #C18A09: hue angle of 42.07º 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 #C18A09 is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 138 | 9 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.24 |
| HSL | 42.07º | 0.91% | 0.4% | - |
| HSV(B) | 42.07º | 0.95% | 0.76% | - |
| XYZ | 31.13 | 29.53 | 4.32 | - |
| YUV | 139.74 | 54.22 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 9 | 0 | 0.28 | 0.95 | 0.24 | 42.07 | 0.91 | 0.4 |
| Hex | C1 | 8A | 9 | 0 | 1C | 5F | 18 | 2A | 5B | 28 |
| Octal | 301 | 212 | 11 | 0 | 34 | 137 | 30 | 52 | 133 | 50 |
| Binary | 11000001 | 10001010 | 1001 | 0 | 11100 | 1011111 | 11000 | 101010 | 1011011 | 101000 |
Color Harmonies of #C18A09
Complementary color
Monochromatic Colors of #C18A09
Black with #C18A09
Text Example
Text Example
White with #C18A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18A09; }
p { color: rgb(193,138,9); }
H1.HeaderClassName
{
color: #C18A09;
}
.AnyTagClassName
{
color: #C18A09;
}
</style>
background-color css
<style>
a { background-color: #C18A09; }
a { background-color: rgb(193,138,9); }
div.DivClassName
{
background-color: #C18A09;
}
.BgClassName
{
background-color: #C18A09;
}
</style>
border-color css
<style>
span { border-color: #C18A09; }
span { border-color: rgb(193,138,9); }
td.TdClassName
{
border-color: #C18A09;
}
.TagClassName
{
border-color: #C18A09;
}
</style>