Shades of Dark Goldenrod #C18612
Tints of Dark Goldenrod #C18612
RGB
CMYK
RGB Variations
Color information
#C18612 (or 0xC18612) is known color: Dark Goldenrod. HEX triplet: C1, 86 and 12. RGB value is (193,134,18). Sum of RGB (Red+Green+Blue) = 193+134+18=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C18612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18612 is #3E79ED. Grayscale: #8A8A8A. Windows color (decimal): -4094446 or 1214145. OLE color: 1214145.
HSL color Cylindrical-coordinate representation of color #C18612: hue angle of 39.77º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C18612 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 134 | 18 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.24 |
| HSL | 39.77º | 0.83% | 0.41% | - |
| HSV(B) | 39.77º | 0.91% | 0.76% | - |
| XYZ | 30.63 | 28.43 | 4.45 | - |
| YUV | 138.42 | 60.05 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 18 | 0 | 0.31 | 0.91 | 0.24 | 39.77 | 0.83 | 0.41 |
| Hex | C1 | 86 | 12 | 0 | 1F | 5B | 18 | 28 | 53 | 29 |
| Octal | 301 | 206 | 22 | 0 | 37 | 133 | 30 | 50 | 123 | 51 |
| Binary | 11000001 | 10000110 | 10010 | 0 | 11111 | 1011011 | 11000 | 101000 | 1010011 | 101001 |
Color Harmonies of #C18612
Complementary color
Monochromatic Colors of #C18612
Black with #C18612
Text Example
Text Example
White with #C18612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18612; }
p { color: rgb(193,134,18); }
H1.HeaderClassName
{
color: #C18612;
}
.AnyTagClassName
{
color: #C18612;
}
</style>
background-color css
<style>
a { background-color: #C18612; }
a { background-color: rgb(193,134,18); }
div.DivClassName
{
background-color: #C18612;
}
.BgClassName
{
background-color: #C18612;
}
</style>
border-color css
<style>
span { border-color: #C18612; }
span { border-color: rgb(193,134,18); }
td.TdClassName
{
border-color: #C18612;
}
.TagClassName
{
border-color: #C18612;
}
</style>