Shades of Dark Goldenrod #C38518
Tints of Dark Goldenrod #C38518
RGB
CMYK
RGB Variations
Color information
#C38518 (or 0xC38518) is known color: Dark Goldenrod. HEX triplet: C3, 85 and 18. RGB value is (195,133,24). Sum of RGB (Red+Green+Blue) = 195+133+24=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C38518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38518 is #3C7AE7. Grayscale: #8B8B8B. Windows color (decimal): -3963624 or 1607107. OLE color: 1607107.
HSL color Cylindrical-coordinate representation of color #C38518: hue angle of 38.25º 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 #C38518 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 24 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.24 |
| HSL | 38.25º | 0.78% | 0.43% | - |
| HSV(B) | 38.25º | 0.88% | 0.76% | - |
| XYZ | 31.06 | 28.44 | 4.72 | - |
| YUV | 139.11 | 63.04 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 24 | 0 | 0.32 | 0.88 | 0.24 | 38.25 | 0.78 | 0.43 |
| Hex | C3 | 85 | 18 | 0 | 20 | 58 | 18 | 26 | 4E | 2B |
| Octal | 303 | 205 | 30 | 0 | 40 | 130 | 30 | 46 | 116 | 53 |
| Binary | 11000011 | 10000101 | 11000 | 0 | 100000 | 1011000 | 11000 | 100110 | 1001110 | 101011 |
Color Harmonies of #C38518
Complementary color
Monochromatic Colors of #C38518
Black with #C38518
Text Example
Text Example
White with #C38518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38518; }
p { color: rgb(195,133,24); }
H1.HeaderClassName
{
color: #C38518;
}
.AnyTagClassName
{
color: #C38518;
}
</style>
background-color css
<style>
a { background-color: #C38518; }
a { background-color: rgb(195,133,24); }
div.DivClassName
{
background-color: #C38518;
}
.BgClassName
{
background-color: #C38518;
}
</style>
border-color css
<style>
span { border-color: #C38518; }
span { border-color: rgb(195,133,24); }
td.TdClassName
{
border-color: #C38518;
}
.TagClassName
{
border-color: #C38518;
}
</style>