Shades of Dark Goldenrod #C38713
Tints of Dark Goldenrod #C38713
RGB
CMYK
RGB Variations
Color information
#C38713 (or 0xC38713) is known color: Dark Goldenrod. HEX triplet: C3, 87 and 13. RGB value is (195,135,19). Sum of RGB (Red+Green+Blue) = 195+135+19=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 19 (7.81% from 255 or 5.44% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C38713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38713 is #3C78EC. Grayscale: #8C8C8C. Windows color (decimal): -3963117 or 1279939. OLE color: 1279939.
HSL color Cylindrical-coordinate representation of color #C38713: hue angle of 39.55º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C38713 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 135 | 19 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.24 |
| HSL | 39.55º | 0.82% | 0.42% | - |
| HSV(B) | 39.55º | 0.9% | 0.76% | - |
| XYZ | 31.29 | 28.98 | 4.56 | - |
| YUV | 139.72 | 59.88 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 19 | 0 | 0.31 | 0.90 | 0.24 | 39.55 | 0.82 | 0.42 |
| Hex | C3 | 87 | 13 | 0 | 1F | 5A | 18 | 28 | 52 | 2A |
| Octal | 303 | 207 | 23 | 0 | 37 | 132 | 30 | 50 | 122 | 52 |
| Binary | 11000011 | 10000111 | 10011 | 0 | 11111 | 1011010 | 11000 | 101000 | 1010010 | 101010 |
Color Harmonies of #C38713
Complementary color
Monochromatic Colors of #C38713
Black with #C38713
Text Example
Text Example
White with #C38713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38713; }
p { color: rgb(195,135,19); }
H1.HeaderClassName
{
color: #C38713;
}
.AnyTagClassName
{
color: #C38713;
}
</style>
background-color css
<style>
a { background-color: #C38713; }
a { background-color: rgb(195,135,19); }
div.DivClassName
{
background-color: #C38713;
}
.BgClassName
{
background-color: #C38713;
}
</style>
border-color css
<style>
span { border-color: #C38713; }
span { border-color: rgb(195,135,19); }
td.TdClassName
{
border-color: #C38713;
}
.TagClassName
{
border-color: #C38713;
}
</style>