Shades of Dark Goldenrod #C4890C
Tints of Dark Goldenrod #C4890C
RGB
CMYK
RGB Variations
Color information
#C4890C (or 0xC4890C) is known color: Dark Goldenrod. HEX triplet: C4, 89 and 0C. RGB value is (196,137,12). Sum of RGB (Red+Green+Blue) = 196+137+12=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C4890C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4890C is #3B76F3. Grayscale: #8C8C8C. Windows color (decimal): -3897076 or 821700. OLE color: 821700.
HSL color Cylindrical-coordinate representation of color #C4890C: hue angle of 40.76º 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 #C4890C is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 137 | 12 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.23 |
| HSL | 40.76º | 0.88% | 0.41% | - |
| HSV(B) | 40.76º | 0.94% | 0.77% | - |
| XYZ | 31.78 | 29.65 | 4.4 | - |
| YUV | 140.39 | 55.55 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 137 | 12 | 0 | 0.30 | 0.94 | 0.23 | 40.76 | 0.88 | 0.41 |
| Hex | C4 | 89 | C | 0 | 1E | 5E | 17 | 29 | 58 | 29 |
| Octal | 304 | 211 | 14 | 0 | 36 | 136 | 27 | 51 | 130 | 51 |
| Binary | 11000100 | 10001001 | 1100 | 0 | 11110 | 1011110 | 10111 | 101001 | 1011000 | 101001 |
Color Harmonies of #C4890C
Complementary color
Monochromatic Colors of #C4890C
Black with #C4890C
Text Example
Text Example
White with #C4890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4890C; }
p { color: rgb(196,137,12); }
H1.HeaderClassName
{
color: #C4890C;
}
.AnyTagClassName
{
color: #C4890C;
}
</style>
background-color css
<style>
a { background-color: #C4890C; }
a { background-color: rgb(196,137,12); }
div.DivClassName
{
background-color: #C4890C;
}
.BgClassName
{
background-color: #C4890C;
}
</style>
border-color css
<style>
span { border-color: #C4890C; }
span { border-color: rgb(196,137,12); }
td.TdClassName
{
border-color: #C4890C;
}
.TagClassName
{
border-color: #C4890C;
}
</style>