Shades of Dark Goldenrod #C48A0C
Tints of Dark Goldenrod #C48A0C
RGB
CMYK
RGB Variations
Color information
#C48A0C (or 0xC48A0C) is known color: Dark Goldenrod. HEX triplet: C4, 8A and 0C. RGB value is (196,138,12). Sum of RGB (Red+Green+Blue) = 196+138+12=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48A0C is #3B75F3. Grayscale: #8D8D8D. Windows color (decimal): -3896820 or 821956. OLE color: 821956.
HSL color Cylindrical-coordinate representation of color #C48A0C: hue angle of 41.09º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C48A0C is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 12 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.23 |
| HSL | 41.09º | 0.88% | 0.41% | - |
| HSV(B) | 41.09º | 0.94% | 0.77% | - |
| XYZ | 31.92 | 29.94 | 4.44 | - |
| YUV | 140.98 | 55.22 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 12 | 0 | 0.30 | 0.94 | 0.23 | 41.09 | 0.88 | 0.41 |
| Hex | C4 | 8A | C | 0 | 1E | 5E | 17 | 29 | 58 | 29 |
| Octal | 304 | 212 | 14 | 0 | 36 | 136 | 27 | 51 | 130 | 51 |
| Binary | 11000100 | 10001010 | 1100 | 0 | 11110 | 1011110 | 10111 | 101001 | 1011000 | 101001 |
Color Harmonies of #C48A0C
Complementary color
Monochromatic Colors of #C48A0C
Black with #C48A0C
Text Example
Text Example
White with #C48A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48A0C; }
p { color: rgb(196,138,12); }
H1.HeaderClassName
{
color: #C48A0C;
}
.AnyTagClassName
{
color: #C48A0C;
}
</style>
background-color css
<style>
a { background-color: #C48A0C; }
a { background-color: rgb(196,138,12); }
div.DivClassName
{
background-color: #C48A0C;
}
.BgClassName
{
background-color: #C48A0C;
}
</style>
border-color css
<style>
span { border-color: #C48A0C; }
span { border-color: rgb(196,138,12); }
td.TdClassName
{
border-color: #C48A0C;
}
.TagClassName
{
border-color: #C48A0C;
}
</style>