Shades of Dark Goldenrod #C38112
Tints of Dark Goldenrod #C38112
RGB
CMYK
RGB Variations
Color information
#C38112 (or 0xC38112) is known color: Dark Goldenrod. HEX triplet: C3, 81 and 12. RGB value is (195,129,18). Sum of RGB (Red+Green+Blue) = 195+129+18=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C38112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38112 is #3C7EED. Grayscale: #888888. Windows color (decimal): -3964654 or 1212867. OLE color: 1212867.
HSL color Cylindrical-coordinate representation of color #C38112: hue angle of 37.63º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C38112 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 129 | 18 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.24 |
| HSL | 37.63º | 0.83% | 0.42% | - |
| HSV(B) | 37.63º | 0.91% | 0.76% | - |
| XYZ | 30.47 | 27.35 | 4.24 | - |
| YUV | 136.08 | 61.37 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 18 | 0 | 0.34 | 0.91 | 0.24 | 37.63 | 0.83 | 0.42 |
| Hex | C3 | 81 | 12 | 0 | 22 | 5B | 18 | 26 | 53 | 2A |
| Octal | 303 | 201 | 22 | 0 | 42 | 133 | 30 | 46 | 123 | 52 |
| Binary | 11000011 | 10000001 | 10010 | 0 | 100010 | 1011011 | 11000 | 100110 | 1010011 | 101010 |
Color Harmonies of #C38112
Complementary color
Monochromatic Colors of #C38112
Black with #C38112
Text Example
Text Example
White with #C38112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38112; }
p { color: rgb(195,129,18); }
H1.HeaderClassName
{
color: #C38112;
}
.AnyTagClassName
{
color: #C38112;
}
</style>
background-color css
<style>
a { background-color: #C38112; }
a { background-color: rgb(195,129,18); }
div.DivClassName
{
background-color: #C38112;
}
.BgClassName
{
background-color: #C38112;
}
</style>
border-color css
<style>
span { border-color: #C38112; }
span { border-color: rgb(195,129,18); }
td.TdClassName
{
border-color: #C38112;
}
.TagClassName
{
border-color: #C38112;
}
</style>