Shades of Dark Goldenrod #C48F13
Tints of Dark Goldenrod #C48F13
RGB
CMYK
RGB Variations
Color information
#C48F13 (or 0xC48F13) is known color: Dark Goldenrod. HEX triplet: C4, 8F and 13. RGB value is (196,143,19). Sum of RGB (Red+Green+Blue) = 196+143+19=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48F13 is #3B70EC. Grayscale: #919191. Windows color (decimal): -3895533 or 1281988. OLE color: 1281988.
HSL color Cylindrical-coordinate representation of color #C48F13: hue angle of 42.03º degrees, saturation: 0.82, 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 #C48F13 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 143 | 19 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.23 |
| HSL | 42.03º | 0.82% | 0.42% | - |
| HSV(B) | 42.03º | 0.9% | 0.77% | - |
| XYZ | 32.7 | 31.43 | 4.96 | - |
| YUV | 144.71 | 57.06 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 19 | 0 | 0.27 | 0.90 | 0.23 | 42.03 | 0.82 | 0.42 |
| Hex | C4 | 8F | 13 | 0 | 1B | 5A | 17 | 2A | 52 | 2A |
| Octal | 304 | 217 | 23 | 0 | 33 | 132 | 27 | 52 | 122 | 52 |
| Binary | 11000100 | 10001111 | 10011 | 0 | 11011 | 1011010 | 10111 | 101010 | 1010010 | 101010 |
Color Harmonies of #C48F13
Complementary color
Monochromatic Colors of #C48F13
Black with #C48F13
Text Example
Text Example
White with #C48F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48F13; }
p { color: rgb(196,143,19); }
H1.HeaderClassName
{
color: #C48F13;
}
.AnyTagClassName
{
color: #C48F13;
}
</style>
background-color css
<style>
a { background-color: #C48F13; }
a { background-color: rgb(196,143,19); }
div.DivClassName
{
background-color: #C48F13;
}
.BgClassName
{
background-color: #C48F13;
}
</style>
border-color css
<style>
span { border-color: #C48F13; }
span { border-color: rgb(196,143,19); }
td.TdClassName
{
border-color: #C48F13;
}
.TagClassName
{
border-color: #C48F13;
}
</style>