Shades of Dark Goldenrod #C38D14
Tints of Dark Goldenrod #C38D14
RGB
CMYK
RGB Variations
Color information
#C38D14 (or 0xC38D14) is known color: Dark Goldenrod. HEX triplet: C3, 8D and 14. RGB value is (195,141,20). Sum of RGB (Red+Green+Blue) = 195+141+20=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38D14 is #3C72EB. Grayscale: #8F8F8F. Windows color (decimal): -3961580 or 1347011. OLE color: 1347011.
HSL color Cylindrical-coordinate representation of color #C38D14: hue angle of 41.49º degrees, saturation: 0.81, 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 #C38D14 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 141 | 20 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.24 |
| HSL | 41.49º | 0.81% | 0.42% | - |
| HSV(B) | 41.49º | 0.9% | 0.76% | - |
| XYZ | 32.16 | 30.7 | 4.89 | - |
| YUV | 143.35 | 58.39 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 20 | 0 | 0.28 | 0.90 | 0.24 | 41.49 | 0.81 | 0.42 |
| Hex | C3 | 8D | 14 | 0 | 1C | 5A | 18 | 29 | 51 | 2A |
| Octal | 303 | 215 | 24 | 0 | 34 | 132 | 30 | 51 | 121 | 52 |
| Binary | 11000011 | 10001101 | 10100 | 0 | 11100 | 1011010 | 11000 | 101001 | 1010001 | 101010 |
Color Harmonies of #C38D14
Complementary color
Monochromatic Colors of #C38D14
Black with #C38D14
Text Example
Text Example
White with #C38D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38D14; }
p { color: rgb(195,141,20); }
H1.HeaderClassName
{
color: #C38D14;
}
.AnyTagClassName
{
color: #C38D14;
}
</style>
background-color css
<style>
a { background-color: #C38D14; }
a { background-color: rgb(195,141,20); }
div.DivClassName
{
background-color: #C38D14;
}
.BgClassName
{
background-color: #C38D14;
}
</style>
border-color css
<style>
span { border-color: #C38D14; }
span { border-color: rgb(195,141,20); }
td.TdClassName
{
border-color: #C38D14;
}
.TagClassName
{
border-color: #C38D14;
}
</style>