Shades of Dark Goldenrod #C48C14
Tints of Dark Goldenrod #C48C14
RGB
CMYK
RGB Variations
Color information
#C48C14 (or 0xC48C14) is known color: Dark Goldenrod. HEX triplet: C4, 8C and 14. RGB value is (196,140,20). Sum of RGB (Red+Green+Blue) = 196+140+20=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48C14 is #3B73EB. Grayscale: #8F8F8F. Windows color (decimal): -3896300 or 1346756. OLE color: 1346756.
HSL color Cylindrical-coordinate representation of color #C48C14: hue angle of 40.91º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C48C14 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 20 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.23 |
| HSL | 40.91º | 0.81% | 0.42% | - |
| HSV(B) | 40.91º | 0.9% | 0.77% | - |
| XYZ | 32.27 | 30.54 | 4.86 | - |
| YUV | 143.06 | 58.55 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 20 | 0 | 0.29 | 0.90 | 0.23 | 40.91 | 0.81 | 0.42 |
| Hex | C4 | 8C | 14 | 0 | 1D | 5A | 17 | 29 | 51 | 2A |
| Octal | 304 | 214 | 24 | 0 | 35 | 132 | 27 | 51 | 121 | 52 |
| Binary | 11000100 | 10001100 | 10100 | 0 | 11101 | 1011010 | 10111 | 101001 | 1010001 | 101010 |
Color Harmonies of #C48C14
Complementary color
Monochromatic Colors of #C48C14
Black with #C48C14
Text Example
Text Example
White with #C48C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48C14; }
p { color: rgb(196,140,20); }
H1.HeaderClassName
{
color: #C48C14;
}
.AnyTagClassName
{
color: #C48C14;
}
</style>
background-color css
<style>
a { background-color: #C48C14; }
a { background-color: rgb(196,140,20); }
div.DivClassName
{
background-color: #C48C14;
}
.BgClassName
{
background-color: #C48C14;
}
</style>
border-color css
<style>
span { border-color: #C48C14; }
span { border-color: rgb(196,140,20); }
td.TdClassName
{
border-color: #C48C14;
}
.TagClassName
{
border-color: #C48C14;
}
</style>