Shades of Dark Goldenrod #C1870B
Tints of Dark Goldenrod #C1870B
RGB
CMYK
RGB Variations
Color information
#C1870B (or 0xC1870B) is known color: Dark Goldenrod. HEX triplet: C1, 87 and 0B. RGB value is (193,135,11). Sum of RGB (Red+Green+Blue) = 193+135+11=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 11 (4.69% from 255 or 3.24% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C1870B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1870B is #3E78F4. Grayscale: #8A8A8A. Windows color (decimal): -4094197 or 755649. OLE color: 755649.
HSL color Cylindrical-coordinate representation of color #C1870B: hue angle of 40.88º 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 #C1870B is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 11 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.24 |
| HSL | 40.88º | 0.89% | 0.4% | - |
| HSV(B) | 40.88º | 0.94% | 0.76% | - |
| XYZ | 30.72 | 28.69 | 4.24 | - |
| YUV | 138.21 | 56.22 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 11 | 0 | 0.30 | 0.94 | 0.24 | 40.88 | 0.89 | 0.4 |
| Hex | C1 | 87 | B | 0 | 1E | 5E | 18 | 29 | 59 | 28 |
| Octal | 301 | 207 | 13 | 0 | 36 | 136 | 30 | 51 | 131 | 50 |
| Binary | 11000001 | 10000111 | 1011 | 0 | 11110 | 1011110 | 11000 | 101001 | 1011001 | 101000 |
Color Harmonies of #C1870B
Complementary color
Monochromatic Colors of #C1870B
Black with #C1870B
Text Example
Text Example
White with #C1870B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1870B; }
p { color: rgb(193,135,11); }
H1.HeaderClassName
{
color: #C1870B;
}
.AnyTagClassName
{
color: #C1870B;
}
</style>
background-color css
<style>
a { background-color: #C1870B; }
a { background-color: rgb(193,135,11); }
div.DivClassName
{
background-color: #C1870B;
}
.BgClassName
{
background-color: #C1870B;
}
</style>
border-color css
<style>
span { border-color: #C1870B; }
span { border-color: rgb(193,135,11); }
td.TdClassName
{
border-color: #C1870B;
}
.TagClassName
{
border-color: #C1870B;
}
</style>