Shades of Dark Goldenrod #C38C16
Tints of Dark Goldenrod #C38C16
RGB
CMYK
RGB Variations
Color information
#C38C16 (or 0xC38C16) is known color: Dark Goldenrod. HEX triplet: C3, 8C and 16. RGB value is (195,140,22). Sum of RGB (Red+Green+Blue) = 195+140+22=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38C16 is #3C73E9. Grayscale: #8F8F8F. Windows color (decimal): -3961834 or 1477827. OLE color: 1477827.
HSL color Cylindrical-coordinate representation of color #C38C16: hue angle of 40.92º 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 #C38C16 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 140 | 22 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.24 |
| HSL | 40.92º | 0.8% | 0.43% | - |
| HSV(B) | 40.92º | 0.89% | 0.76% | - |
| XYZ | 32.03 | 30.42 | 4.94 | - |
| YUV | 142.99 | 59.72 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 140 | 22 | 0 | 0.28 | 0.89 | 0.24 | 40.92 | 0.8 | 0.43 |
| Hex | C3 | 8C | 16 | 0 | 1C | 59 | 18 | 29 | 50 | 2B |
| Octal | 303 | 214 | 26 | 0 | 34 | 131 | 30 | 51 | 120 | 53 |
| Binary | 11000011 | 10001100 | 10110 | 0 | 11100 | 1011001 | 11000 | 101001 | 1010000 | 101011 |
Color Harmonies of #C38C16
Complementary color
Monochromatic Colors of #C38C16
Black with #C38C16
Text Example
Text Example
White with #C38C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38C16; }
p { color: rgb(195,140,22); }
H1.HeaderClassName
{
color: #C38C16;
}
.AnyTagClassName
{
color: #C38C16;
}
</style>
background-color css
<style>
a { background-color: #C38C16; }
a { background-color: rgb(195,140,22); }
div.DivClassName
{
background-color: #C38C16;
}
.BgClassName
{
background-color: #C38C16;
}
</style>
border-color css
<style>
span { border-color: #C38C16; }
span { border-color: rgb(195,140,22); }
td.TdClassName
{
border-color: #C38C16;
}
.TagClassName
{
border-color: #C38C16;
}
</style>