Shades of Dark Goldenrod #C1890B
Tints of Dark Goldenrod #C1890B
RGB
CMYK
RGB Variations
Color information
#C1890B (or 0xC1890B) is known color: Dark Goldenrod. HEX triplet: C1, 89 and 0B. RGB value is (193,137,11). Sum of RGB (Red+Green+Blue) = 193+137+11=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C1890B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1890B is #3E76F4. Grayscale: #8B8B8B. Windows color (decimal): -4093685 or 756161. OLE color: 756161.
HSL color Cylindrical-coordinate representation of color #C1890B: hue angle of 41.54º 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 #C1890B is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 11 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.24 |
| HSL | 41.54º | 0.89% | 0.4% | - |
| HSV(B) | 41.54º | 0.94% | 0.76% | - |
| XYZ | 31 | 29.25 | 4.33 | - |
| YUV | 139.38 | 55.55 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 11 | 0 | 0.29 | 0.94 | 0.24 | 41.54 | 0.89 | 0.4 |
| Hex | C1 | 89 | B | 0 | 1D | 5E | 18 | 2A | 59 | 28 |
| Octal | 301 | 211 | 13 | 0 | 35 | 136 | 30 | 52 | 131 | 50 |
| Binary | 11000001 | 10001001 | 1011 | 0 | 11101 | 1011110 | 11000 | 101010 | 1011001 | 101000 |
Color Harmonies of #C1890B
Complementary color
Monochromatic Colors of #C1890B
Black with #C1890B
Text Example
Text Example
White with #C1890B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1890B; }
p { color: rgb(193,137,11); }
H1.HeaderClassName
{
color: #C1890B;
}
.AnyTagClassName
{
color: #C1890B;
}
</style>
background-color css
<style>
a { background-color: #C1890B; }
a { background-color: rgb(193,137,11); }
div.DivClassName
{
background-color: #C1890B;
}
.BgClassName
{
background-color: #C1890B;
}
</style>
border-color css
<style>
span { border-color: #C1890B; }
span { border-color: rgb(193,137,11); }
td.TdClassName
{
border-color: #C1890B;
}
.TagClassName
{
border-color: #C1890B;
}
</style>