Shades of Dark Goldenrod #C48A12
Tints of Dark Goldenrod #C48A12
RGB
CMYK
RGB Variations
Color information
#C48A12 (or 0xC48A12) is known color: Dark Goldenrod. HEX triplet: C4, 8A and 12. RGB value is (196,138,18). Sum of RGB (Red+Green+Blue) = 196+138+18=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48A12 is #3B75ED. Grayscale: #8E8E8E. Windows color (decimal): -3896814 or 1215172. OLE color: 1215172.
HSL color Cylindrical-coordinate representation of color #C48A12: hue angle of 40.45º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C48A12 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 18 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.23 |
| HSL | 40.45º | 0.83% | 0.42% | - |
| HSV(B) | 40.45º | 0.91% | 0.77% | - |
| XYZ | 31.96 | 29.96 | 4.67 | - |
| YUV | 141.66 | 58.22 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 18 | 0 | 0.30 | 0.91 | 0.23 | 40.45 | 0.83 | 0.42 |
| Hex | C4 | 8A | 12 | 0 | 1E | 5B | 17 | 28 | 53 | 2A |
| Octal | 304 | 212 | 22 | 0 | 36 | 133 | 27 | 50 | 123 | 52 |
| Binary | 11000100 | 10001010 | 10010 | 0 | 11110 | 1011011 | 10111 | 101000 | 1010011 | 101010 |
Color Harmonies of #C48A12
Complementary color
Monochromatic Colors of #C48A12
Black with #C48A12
Text Example
Text Example
White with #C48A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48A12; }
p { color: rgb(196,138,18); }
H1.HeaderClassName
{
color: #C48A12;
}
.AnyTagClassName
{
color: #C48A12;
}
</style>
background-color css
<style>
a { background-color: #C48A12; }
a { background-color: rgb(196,138,18); }
div.DivClassName
{
background-color: #C48A12;
}
.BgClassName
{
background-color: #C48A12;
}
</style>
border-color css
<style>
span { border-color: #C48A12; }
span { border-color: rgb(196,138,18); }
td.TdClassName
{
border-color: #C48A12;
}
.TagClassName
{
border-color: #C48A12;
}
</style>