Shades of Dark Goldenrod #C18B0A
Tints of Dark Goldenrod #C18B0A
RGB
CMYK
RGB Variations
Color information
#C18B0A (or 0xC18B0A) is known color: Dark Goldenrod. HEX triplet: C1, 8B and 0A. RGB value is (193,139,10). Sum of RGB (Red+Green+Blue) = 193+139+10=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C18B0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18B0A is #3E74F5. Grayscale: #8D8D8D. Windows color (decimal): -4093174 or 691137. OLE color: 691137.
HSL color Cylindrical-coordinate representation of color #C18B0A: hue angle of 42.3º degrees, saturation: 0.9, 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 #C18B0A is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 139 | 10 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.24 |
| HSL | 42.3º | 0.9% | 0.4% | - |
| HSV(B) | 42.3º | 0.95% | 0.76% | - |
| XYZ | 31.28 | 29.82 | 4.4 | - |
| YUV | 140.44 | 54.39 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 139 | 10 | 0 | 0.28 | 0.95 | 0.24 | 42.3 | 0.9 | 0.4 |
| Hex | C1 | 8B | A | 0 | 1C | 5F | 18 | 2A | 5A | 28 |
| Octal | 301 | 213 | 12 | 0 | 34 | 137 | 30 | 52 | 132 | 50 |
| Binary | 11000001 | 10001011 | 1010 | 0 | 11100 | 1011111 | 11000 | 101010 | 1011010 | 101000 |
Color Harmonies of #C18B0A
Complementary color
Monochromatic Colors of #C18B0A
Black with #C18B0A
Text Example
Text Example
White with #C18B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18B0A; }
p { color: rgb(193,139,10); }
H1.HeaderClassName
{
color: #C18B0A;
}
.AnyTagClassName
{
color: #C18B0A;
}
</style>
background-color css
<style>
a { background-color: #C18B0A; }
a { background-color: rgb(193,139,10); }
div.DivClassName
{
background-color: #C18B0A;
}
.BgClassName
{
background-color: #C18B0A;
}
</style>
border-color css
<style>
span { border-color: #C18B0A; }
span { border-color: rgb(193,139,10); }
td.TdClassName
{
border-color: #C18B0A;
}
.TagClassName
{
border-color: #C18B0A;
}
</style>