Shades of Dark Goldenrod #C38D16
Tints of Dark Goldenrod #C38D16
RGB
CMYK
RGB Variations
Color information
#C38D16 (or 0xC38D16) is known color: Dark Goldenrod. HEX triplet: C3, 8D and 16. RGB value is (195,141,22). Sum of RGB (Red+Green+Blue) = 195+141+22=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 141 (55.47% from 255 or 39.39% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38D16 is #3C72E9. Grayscale: #909090. Windows color (decimal): -3961578 or 1478083. OLE color: 1478083.
HSL color Cylindrical-coordinate representation of color #C38D16: hue angle of 41.27º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C38D16 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 141 | 22 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.24 |
| HSL | 41.27º | 0.8% | 0.43% | - |
| HSV(B) | 41.27º | 0.89% | 0.76% | - |
| XYZ | 32.18 | 30.71 | 4.99 | - |
| YUV | 143.58 | 59.39 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 22 | 0 | 0.28 | 0.89 | 0.24 | 41.27 | 0.8 | 0.43 |
| Hex | C3 | 8D | 16 | 0 | 1C | 59 | 18 | 29 | 50 | 2B |
| Octal | 303 | 215 | 26 | 0 | 34 | 131 | 30 | 51 | 120 | 53 |
| Binary | 11000011 | 10001101 | 10110 | 0 | 11100 | 1011001 | 11000 | 101001 | 1010000 | 101011 |
Color Harmonies of #C38D16
Complementary color
Monochromatic Colors of #C38D16
Black with #C38D16
Text Example
Text Example
White with #C38D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38D16; }
p { color: rgb(195,141,22); }
H1.HeaderClassName
{
color: #C38D16;
}
.AnyTagClassName
{
color: #C38D16;
}
</style>
background-color css
<style>
a { background-color: #C38D16; }
a { background-color: rgb(195,141,22); }
div.DivClassName
{
background-color: #C38D16;
}
.BgClassName
{
background-color: #C38D16;
}
</style>
border-color css
<style>
span { border-color: #C38D16; }
span { border-color: rgb(195,141,22); }
td.TdClassName
{
border-color: #C38D16;
}
.TagClassName
{
border-color: #C38D16;
}
</style>