Shades of Dark Goldenrod #C18A00
Tints of Dark Goldenrod #C18A00
RGB
CMYK
RGB Variations
Color information
#C18A00 (or 0xC18A00) is known color: Dark Goldenrod. HEX triplet: C1, 8A and 00. RGB value is (193,138,0). Sum of RGB (Red+Green+Blue) = 193+138+0=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18A00 is #3E75FF. Grayscale: #8B8B8B. Windows color (decimal): -4093440 or 35521. OLE color: 35521.
HSL color Cylindrical-coordinate representation of color #C18A00: hue angle of 42.9º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C18A00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 138 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.24 |
| HSL | 42.9º | 1% | 0.38% | - |
| HSV(B) | 42.9º | 1% | 0.76% | - |
| XYZ | 31.08 | 29.51 | 4.06 | - |
| YUV | 138.71 | 49.72 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 0 | 0 | 0.28 | 1 | 0.24 | 42.9 | 1 | 0.38 |
| Hex | C1 | 8A | 0 | 0 | 1C | 64 | 18 | 2B | 64 | 26 |
| Octal | 301 | 212 | 0 | 0 | 34 | 144 | 30 | 53 | 144 | 46 |
| Binary | 11000001 | 10001010 | 0 | 0 | 11100 | 1100100 | 11000 | 101011 | 1100100 | 100110 |
Color Harmonies of #C18A00
Complementary color
Monochromatic Colors of #C18A00
Black with #C18A00
Text Example
Text Example
White with #C18A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18A00; }
p { color: rgb(193,138,0); }
H1.HeaderClassName
{
color: #C18A00;
}
.AnyTagClassName
{
color: #C18A00;
}
</style>
background-color css
<style>
a { background-color: #C18A00; }
a { background-color: rgb(193,138,0); }
div.DivClassName
{
background-color: #C18A00;
}
.BgClassName
{
background-color: #C18A00;
}
</style>
border-color css
<style>
span { border-color: #C18A00; }
span { border-color: rgb(193,138,0); }
td.TdClassName
{
border-color: #C18A00;
}
.TagClassName
{
border-color: #C18A00;
}
</style>