Shades of Dark Goldenrod #C48C16
Tints of Dark Goldenrod #C48C16
RGB
CMYK
RGB Variations
Color information
#C48C16 (or 0xC48C16) is known color: Dark Goldenrod. HEX triplet: C4, 8C and 16. RGB value is (196,140,22). Sum of RGB (Red+Green+Blue) = 196+140+22=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 140 (55.08% from 255 or 39.11% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48C16 is #3B73E9. Grayscale: #8F8F8F. Windows color (decimal): -3896298 or 1477828. OLE color: 1477828.
HSL color Cylindrical-coordinate representation of color #C48C16: hue angle of 40.69º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C48C16 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 22 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.23 |
| HSL | 40.69º | 0.8% | 0.43% | - |
| HSV(B) | 40.69º | 0.89% | 0.77% | - |
| XYZ | 32.29 | 30.55 | 4.95 | - |
| YUV | 143.29 | 59.55 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 22 | 0 | 0.29 | 0.89 | 0.23 | 40.69 | 0.8 | 0.43 |
| Hex | C4 | 8C | 16 | 0 | 1D | 59 | 17 | 29 | 50 | 2B |
| Octal | 304 | 214 | 26 | 0 | 35 | 131 | 27 | 51 | 120 | 53 |
| Binary | 11000100 | 10001100 | 10110 | 0 | 11101 | 1011001 | 10111 | 101001 | 1010000 | 101011 |
Color Harmonies of #C48C16
Complementary color
Monochromatic Colors of #C48C16
Black with #C48C16
Text Example
Text Example
White with #C48C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48C16; }
p { color: rgb(196,140,22); }
H1.HeaderClassName
{
color: #C48C16;
}
.AnyTagClassName
{
color: #C48C16;
}
</style>
background-color css
<style>
a { background-color: #C48C16; }
a { background-color: rgb(196,140,22); }
div.DivClassName
{
background-color: #C48C16;
}
.BgClassName
{
background-color: #C48C16;
}
</style>
border-color css
<style>
span { border-color: #C48C16; }
span { border-color: rgb(196,140,22); }
td.TdClassName
{
border-color: #C48C16;
}
.TagClassName
{
border-color: #C48C16;
}
</style>