Shades of Dark Goldenrod #C1870A
Tints of Dark Goldenrod #C1870A
RGB
CMYK
RGB Variations
Color information
#C1870A (or 0xC1870A) is known color: Dark Goldenrod. HEX triplet: C1, 87 and 0A. RGB value is (193,135,10). Sum of RGB (Red+Green+Blue) = 193+135+10=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 10 (4.30% from 255 or 2.96% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C1870A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1870A is #3E78F5. Grayscale: #8A8A8A. Windows color (decimal): -4094198 or 690113. OLE color: 690113.
HSL color Cylindrical-coordinate representation of color #C1870A: hue angle of 40.98º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C1870A is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 10 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.24 |
| HSL | 40.98º | 0.9% | 0.4% | - |
| HSV(B) | 40.98º | 0.95% | 0.76% | - |
| XYZ | 30.71 | 28.69 | 4.21 | - |
| YUV | 138.09 | 55.72 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 10 | 0 | 0.30 | 0.95 | 0.24 | 40.98 | 0.9 | 0.4 |
| Hex | C1 | 87 | A | 0 | 1E | 5F | 18 | 29 | 5A | 28 |
| Octal | 301 | 207 | 12 | 0 | 36 | 137 | 30 | 51 | 132 | 50 |
| Binary | 11000001 | 10000111 | 1010 | 0 | 11110 | 1011111 | 11000 | 101001 | 1011010 | 101000 |
Color Harmonies of #C1870A
Complementary color
Monochromatic Colors of #C1870A
Black with #C1870A
Text Example
Text Example
White with #C1870A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1870A; }
p { color: rgb(193,135,10); }
H1.HeaderClassName
{
color: #C1870A;
}
.AnyTagClassName
{
color: #C1870A;
}
</style>
background-color css
<style>
a { background-color: #C1870A; }
a { background-color: rgb(193,135,10); }
div.DivClassName
{
background-color: #C1870A;
}
.BgClassName
{
background-color: #C1870A;
}
</style>
border-color css
<style>
span { border-color: #C1870A; }
span { border-color: rgb(193,135,10); }
td.TdClassName
{
border-color: #C1870A;
}
.TagClassName
{
border-color: #C1870A;
}
</style>