Shades of Dark Goldenrod #C38918
Tints of Dark Goldenrod #C38918
RGB
CMYK
RGB Variations
Color information
#C38918 (or 0xC38918) is known color: Dark Goldenrod. HEX triplet: C3, 89 and 18. RGB value is (195,137,24). Sum of RGB (Red+Green+Blue) = 195+137+24=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C38918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38918 is #3C76E7. Grayscale: #8D8D8D. Windows color (decimal): -3962600 or 1608131. OLE color: 1608131.
HSL color Cylindrical-coordinate representation of color #C38918: hue angle of 39.65º 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 #C38918 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 137 | 24 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.24 |
| HSL | 39.65º | 0.78% | 0.43% | - |
| HSV(B) | 39.65º | 0.88% | 0.76% | - |
| XYZ | 31.62 | 29.56 | 4.9 | - |
| YUV | 141.46 | 61.72 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 24 | 0 | 0.30 | 0.88 | 0.24 | 39.65 | 0.78 | 0.43 |
| Hex | C3 | 89 | 18 | 0 | 1E | 58 | 18 | 28 | 4E | 2B |
| Octal | 303 | 211 | 30 | 0 | 36 | 130 | 30 | 50 | 116 | 53 |
| Binary | 11000011 | 10001001 | 11000 | 0 | 11110 | 1011000 | 11000 | 101000 | 1001110 | 101011 |
Color Harmonies of #C38918
Complementary color
Monochromatic Colors of #C38918
Black with #C38918
Text Example
Text Example
White with #C38918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38918; }
p { color: rgb(195,137,24); }
H1.HeaderClassName
{
color: #C38918;
}
.AnyTagClassName
{
color: #C38918;
}
</style>
background-color css
<style>
a { background-color: #C38918; }
a { background-color: rgb(195,137,24); }
div.DivClassName
{
background-color: #C38918;
}
.BgClassName
{
background-color: #C38918;
}
</style>
border-color css
<style>
span { border-color: #C38918; }
span { border-color: rgb(195,137,24); }
td.TdClassName
{
border-color: #C38918;
}
.TagClassName
{
border-color: #C38918;
}
</style>