Shades of Dark Goldenrod #C3890B
Tints of Dark Goldenrod #C3890B
RGB
CMYK
RGB Variations
Color information
#C3890B (or 0xC3890B) is known color: Dark Goldenrod. HEX triplet: C3, 89 and 0B. RGB value is (195,137,11). Sum of RGB (Red+Green+Blue) = 195+137+11=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 11 (4.69% from 255 or 3.21% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C3890B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3890B is #3C76F4. Grayscale: #8C8C8C. Windows color (decimal): -3962613 or 756163. OLE color: 756163.
HSL color Cylindrical-coordinate representation of color #C3890B: hue angle of 41.09º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3890B is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 137 | 11 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.24 |
| HSL | 41.09º | 0.89% | 0.4% | - |
| HSV(B) | 41.09º | 0.94% | 0.76% | - |
| XYZ | 31.51 | 29.52 | 4.35 | - |
| YUV | 139.98 | 55.22 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 11 | 0 | 0.30 | 0.94 | 0.24 | 41.09 | 0.89 | 0.4 |
| Hex | C3 | 89 | B | 0 | 1E | 5E | 18 | 29 | 59 | 28 |
| Octal | 303 | 211 | 13 | 0 | 36 | 136 | 30 | 51 | 131 | 50 |
| Binary | 11000011 | 10001001 | 1011 | 0 | 11110 | 1011110 | 11000 | 101001 | 1011001 | 101000 |
Color Harmonies of #C3890B
Complementary color
Monochromatic Colors of #C3890B
Black with #C3890B
Text Example
Text Example
White with #C3890B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3890B; }
p { color: rgb(195,137,11); }
H1.HeaderClassName
{
color: #C3890B;
}
.AnyTagClassName
{
color: #C3890B;
}
</style>
background-color css
<style>
a { background-color: #C3890B; }
a { background-color: rgb(195,137,11); }
div.DivClassName
{
background-color: #C3890B;
}
.BgClassName
{
background-color: #C3890B;
}
</style>
border-color css
<style>
span { border-color: #C3890B; }
span { border-color: rgb(195,137,11); }
td.TdClassName
{
border-color: #C3890B;
}
.TagClassName
{
border-color: #C3890B;
}
</style>