Shades of Dark Goldenrod #C3890D
Tints of Dark Goldenrod #C3890D
RGB
CMYK
RGB Variations
Color information
#C3890D (or 0xC3890D) is known color: Dark Goldenrod. HEX triplet: C3, 89 and 0D. RGB value is (195,137,13). Sum of RGB (Red+Green+Blue) = 195+137+13=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C3890D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3890D is #3C76F2. Grayscale: #8C8C8C. Windows color (decimal): -3962611 or 887235. OLE color: 887235.
HSL color Cylindrical-coordinate representation of color #C3890D: hue angle of 40.88º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3890D is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 137 | 13 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.24 |
| HSL | 40.88º | 0.88% | 0.41% | - |
| HSV(B) | 40.88º | 0.93% | 0.76% | - |
| XYZ | 31.52 | 29.52 | 4.42 | - |
| YUV | 140.21 | 56.22 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 13 | 0 | 0.30 | 0.93 | 0.24 | 40.88 | 0.88 | 0.41 |
| Hex | C3 | 89 | D | 0 | 1E | 5D | 18 | 29 | 58 | 29 |
| Octal | 303 | 211 | 15 | 0 | 36 | 135 | 30 | 51 | 130 | 51 |
| Binary | 11000011 | 10001001 | 1101 | 0 | 11110 | 1011101 | 11000 | 101001 | 1011000 | 101001 |
Color Harmonies of #C3890D
Complementary color
Monochromatic Colors of #C3890D
Black with #C3890D
Text Example
Text Example
White with #C3890D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3890D; }
p { color: rgb(195,137,13); }
H1.HeaderClassName
{
color: #C3890D;
}
.AnyTagClassName
{
color: #C3890D;
}
</style>
background-color css
<style>
a { background-color: #C3890D; }
a { background-color: rgb(195,137,13); }
div.DivClassName
{
background-color: #C3890D;
}
.BgClassName
{
background-color: #C3890D;
}
</style>
border-color css
<style>
span { border-color: #C3890D; }
span { border-color: rgb(195,137,13); }
td.TdClassName
{
border-color: #C3890D;
}
.TagClassName
{
border-color: #C3890D;
}
</style>