Shades of Dark Goldenrod #C18A06
Tints of Dark Goldenrod #C18A06
RGB
CMYK
RGB Variations
Color information
#C18A06 (or 0xC18A06) is known color: Dark Goldenrod. HEX triplet: C1, 8A and 06. RGB value is (193,138,6). Sum of RGB (Red+Green+Blue) = 193+138+6=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 6 (2.73% from 255 or 1.78% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18A06 is #3E75F9. Grayscale: #8B8B8B. Windows color (decimal): -4093434 or 428737. OLE color: 428737.
HSL color Cylindrical-coordinate representation of color #C18A06: hue angle of 42.35º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C18A06 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 138 | 6 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.24 |
| HSL | 42.35º | 0.94% | 0.39% | - |
| HSV(B) | 42.35º | 0.97% | 0.76% | - |
| XYZ | 31.11 | 29.53 | 4.23 | - |
| YUV | 139.4 | 52.72 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 6 | 0 | 0.28 | 0.97 | 0.24 | 42.35 | 0.94 | 0.39 |
| Hex | C1 | 8A | 6 | 0 | 1C | 61 | 18 | 2A | 5E | 27 |
| Octal | 301 | 212 | 6 | 0 | 34 | 141 | 30 | 52 | 136 | 47 |
| Binary | 11000001 | 10001010 | 110 | 0 | 11100 | 1100001 | 11000 | 101010 | 1011110 | 100111 |
Color Harmonies of #C18A06
Complementary color
Monochromatic Colors of #C18A06
Black with #C18A06
Text Example
Text Example
White with #C18A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18A06; }
p { color: rgb(193,138,6); }
H1.HeaderClassName
{
color: #C18A06;
}
.AnyTagClassName
{
color: #C18A06;
}
</style>
background-color css
<style>
a { background-color: #C18A06; }
a { background-color: rgb(193,138,6); }
div.DivClassName
{
background-color: #C18A06;
}
.BgClassName
{
background-color: #C18A06;
}
</style>
border-color css
<style>
span { border-color: #C18A06; }
span { border-color: rgb(193,138,6); }
td.TdClassName
{
border-color: #C18A06;
}
.TagClassName
{
border-color: #C18A06;
}
</style>