Shades of Dark Goldenrod #C38311
Tints of Dark Goldenrod #C38311
RGB
CMYK
RGB Variations
Color information
#C38311 (or 0xC38311) is known color: Dark Goldenrod. HEX triplet: C3, 83 and 11. RGB value is (195,131,17). Sum of RGB (Red+Green+Blue) = 195+131+17=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C38311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38311 is #3C7CEE. Grayscale: #898989. Windows color (decimal): -3964143 or 1147843. OLE color: 1147843.
HSL color Cylindrical-coordinate representation of color #C38311: hue angle of 38.43º degrees, saturation: 0.84, 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 #C38311 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 131 | 17 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.24 |
| HSL | 38.43º | 0.84% | 0.42% | - |
| HSV(B) | 38.43º | 0.91% | 0.76% | - |
| XYZ | 30.72 | 27.88 | 4.29 | - |
| YUV | 137.14 | 60.2 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 17 | 0 | 0.33 | 0.91 | 0.24 | 38.43 | 0.84 | 0.42 |
| Hex | C3 | 83 | 11 | 0 | 21 | 5B | 18 | 26 | 54 | 2A |
| Octal | 303 | 203 | 21 | 0 | 41 | 133 | 30 | 46 | 124 | 52 |
| Binary | 11000011 | 10000011 | 10001 | 0 | 100001 | 1011011 | 11000 | 100110 | 1010100 | 101010 |
Color Harmonies of #C38311
Complementary color
Monochromatic Colors of #C38311
Black with #C38311
Text Example
Text Example
White with #C38311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38311; }
p { color: rgb(195,131,17); }
H1.HeaderClassName
{
color: #C38311;
}
.AnyTagClassName
{
color: #C38311;
}
</style>
background-color css
<style>
a { background-color: #C38311; }
a { background-color: rgb(195,131,17); }
div.DivClassName
{
background-color: #C38311;
}
.BgClassName
{
background-color: #C38311;
}
</style>
border-color css
<style>
span { border-color: #C38311; }
span { border-color: rgb(195,131,17); }
td.TdClassName
{
border-color: #C38311;
}
.TagClassName
{
border-color: #C38311;
}
</style>