Shades of Dark Goldenrod #C38418
Tints of Dark Goldenrod #C38418
RGB
CMYK
RGB Variations
Color information
#C38418 (or 0xC38418) is known color: Dark Goldenrod. HEX triplet: C3, 84 and 18. RGB value is (195,132,24). Sum of RGB (Red+Green+Blue) = 195+132+24=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 24 (9.77% from 255 or 6.84% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C38418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38418 is #3C7BE7. Grayscale: #8B8B8B. Windows color (decimal): -3963880 or 1606851. OLE color: 1606851.
HSL color Cylindrical-coordinate representation of color #C38418: hue angle of 37.89º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C38418 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 24 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.24 |
| HSL | 37.89º | 0.78% | 0.43% | - |
| HSV(B) | 37.89º | 0.88% | 0.76% | - |
| XYZ | 30.92 | 28.17 | 4.67 | - |
| YUV | 138.53 | 63.37 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 24 | 0 | 0.32 | 0.88 | 0.24 | 37.89 | 0.78 | 0.43 |
| Hex | C3 | 84 | 18 | 0 | 20 | 58 | 18 | 26 | 4E | 2B |
| Octal | 303 | 204 | 30 | 0 | 40 | 130 | 30 | 46 | 116 | 53 |
| Binary | 11000011 | 10000100 | 11000 | 0 | 100000 | 1011000 | 11000 | 100110 | 1001110 | 101011 |
Color Harmonies of #C38418
Complementary color
Monochromatic Colors of #C38418
Black with #C38418
Text Example
Text Example
White with #C38418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38418; }
p { color: rgb(195,132,24); }
H1.HeaderClassName
{
color: #C38418;
}
.AnyTagClassName
{
color: #C38418;
}
</style>
background-color css
<style>
a { background-color: #C38418; }
a { background-color: rgb(195,132,24); }
div.DivClassName
{
background-color: #C38418;
}
.BgClassName
{
background-color: #C38418;
}
</style>
border-color css
<style>
span { border-color: #C38418; }
span { border-color: rgb(195,132,24); }
td.TdClassName
{
border-color: #C38418;
}
.TagClassName
{
border-color: #C38418;
}
</style>