Shades of Dark Goldenrod #C38712
Tints of Dark Goldenrod #C38712
RGB
CMYK
RGB Variations
Color information
#C38712 (or 0xC38712) is known color: Dark Goldenrod. HEX triplet: C3, 87 and 12. RGB value is (195,135,18). Sum of RGB (Red+Green+Blue) = 195+135+18=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C38712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38712 is #3C78ED. Grayscale: #8C8C8C. Windows color (decimal): -3963118 or 1214403. OLE color: 1214403.
HSL color Cylindrical-coordinate representation of color #C38712: hue angle of 39.66º 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 #C38712 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 135 | 18 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.24 |
| HSL | 39.66º | 0.83% | 0.42% | - |
| HSV(B) | 39.66º | 0.91% | 0.76% | - |
| XYZ | 31.28 | 28.97 | 4.52 | - |
| YUV | 139.6 | 59.38 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 18 | 0 | 0.31 | 0.91 | 0.24 | 39.66 | 0.83 | 0.42 |
| Hex | C3 | 87 | 12 | 0 | 1F | 5B | 18 | 28 | 53 | 2A |
| Octal | 303 | 207 | 22 | 0 | 37 | 133 | 30 | 50 | 123 | 52 |
| Binary | 11000011 | 10000111 | 10010 | 0 | 11111 | 1011011 | 11000 | 101000 | 1010011 | 101010 |
Color Harmonies of #C38712
Complementary color
Monochromatic Colors of #C38712
Black with #C38712
Text Example
Text Example
White with #C38712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38712; }
p { color: rgb(195,135,18); }
H1.HeaderClassName
{
color: #C38712;
}
.AnyTagClassName
{
color: #C38712;
}
</style>
background-color css
<style>
a { background-color: #C38712; }
a { background-color: rgb(195,135,18); }
div.DivClassName
{
background-color: #C38712;
}
.BgClassName
{
background-color: #C38712;
}
</style>
border-color css
<style>
span { border-color: #C38712; }
span { border-color: rgb(195,135,18); }
td.TdClassName
{
border-color: #C38712;
}
.TagClassName
{
border-color: #C38712;
}
</style>