Shades of Dark Goldenrod #C38612
Tints of Dark Goldenrod #C38612
RGB
CMYK
RGB Variations
Color information
#C38612 (or 0xC38612) is known color: Dark Goldenrod. HEX triplet: C3, 86 and 12. RGB value is (195,134,18). Sum of RGB (Red+Green+Blue) = 195+134+18=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C38612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38612 is #3C79ED. Grayscale: #8B8B8B. Windows color (decimal): -3963374 or 1214147. OLE color: 1214147.
HSL color Cylindrical-coordinate representation of color #C38612: hue angle of 39.32º 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 #C38612 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 18 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.24 |
| HSL | 39.32º | 0.83% | 0.42% | - |
| HSV(B) | 39.32º | 0.91% | 0.76% | - |
| XYZ | 31.14 | 28.7 | 4.47 | - |
| YUV | 139.02 | 59.71 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 18 | 0 | 0.31 | 0.91 | 0.24 | 39.32 | 0.83 | 0.42 |
| Hex | C3 | 86 | 12 | 0 | 1F | 5B | 18 | 27 | 53 | 2A |
| Octal | 303 | 206 | 22 | 0 | 37 | 133 | 30 | 47 | 123 | 52 |
| Binary | 11000011 | 10000110 | 10010 | 0 | 11111 | 1011011 | 11000 | 100111 | 1010011 | 101010 |
Color Harmonies of #C38612
Complementary color
Monochromatic Colors of #C38612
Black with #C38612
Text Example
Text Example
White with #C38612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38612; }
p { color: rgb(195,134,18); }
H1.HeaderClassName
{
color: #C38612;
}
.AnyTagClassName
{
color: #C38612;
}
</style>
background-color css
<style>
a { background-color: #C38612; }
a { background-color: rgb(195,134,18); }
div.DivClassName
{
background-color: #C38612;
}
.BgClassName
{
background-color: #C38612;
}
</style>
border-color css
<style>
span { border-color: #C38612; }
span { border-color: rgb(195,134,18); }
td.TdClassName
{
border-color: #C38612;
}
.TagClassName
{
border-color: #C38612;
}
</style>