Shades of Dark Goldenrod #C38313
Tints of Dark Goldenrod #C38313
RGB
CMYK
RGB Variations
Color information
#C38313 (or 0xC38313) is known color: Dark Goldenrod. HEX triplet: C3, 83 and 13. RGB value is (195,131,19). Sum of RGB (Red+Green+Blue) = 195+131+19=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C38313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38313 is #3C7CEC. Grayscale: #898989. Windows color (decimal): -3964141 or 1278915. OLE color: 1278915.
HSL color Cylindrical-coordinate representation of color #C38313: hue angle of 38.18º 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 #C38313 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 131 | 19 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.24 |
| HSL | 38.18º | 0.82% | 0.42% | - |
| HSV(B) | 38.18º | 0.9% | 0.76% | - |
| XYZ | 30.74 | 27.88 | 4.38 | - |
| YUV | 137.37 | 61.2 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 19 | 0 | 0.33 | 0.90 | 0.24 | 38.18 | 0.82 | 0.42 |
| Hex | C3 | 83 | 13 | 0 | 21 | 5A | 18 | 26 | 52 | 2A |
| Octal | 303 | 203 | 23 | 0 | 41 | 132 | 30 | 46 | 122 | 52 |
| Binary | 11000011 | 10000011 | 10011 | 0 | 100001 | 1011010 | 11000 | 100110 | 1010010 | 101010 |
Color Harmonies of #C38313
Complementary color
Monochromatic Colors of #C38313
Black with #C38313
Text Example
Text Example
White with #C38313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38313; }
p { color: rgb(195,131,19); }
H1.HeaderClassName
{
color: #C38313;
}
.AnyTagClassName
{
color: #C38313;
}
</style>
background-color css
<style>
a { background-color: #C38313; }
a { background-color: rgb(195,131,19); }
div.DivClassName
{
background-color: #C38313;
}
.BgClassName
{
background-color: #C38313;
}
</style>
border-color css
<style>
span { border-color: #C38313; }
span { border-color: rgb(195,131,19); }
td.TdClassName
{
border-color: #C38313;
}
.TagClassName
{
border-color: #C38313;
}
</style>