Shades of Dark Goldenrod #C1870F
Tints of Dark Goldenrod #C1870F
RGB
CMYK
RGB Variations
Color information
#C1870F (or 0xC1870F) is known color: Dark Goldenrod. HEX triplet: C1, 87 and 0F. RGB value is (193,135,15). Sum of RGB (Red+Green+Blue) = 193+135+15=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C1870F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1870F is #3E78F0. Grayscale: #8B8B8B. Windows color (decimal): -4094193 or 1017793. OLE color: 1017793.
HSL color Cylindrical-coordinate representation of color #C1870F: hue angle of 40.45º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1870F is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 15 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.24 |
| HSL | 40.45º | 0.86% | 0.41% | - |
| HSV(B) | 40.45º | 0.92% | 0.76% | - |
| XYZ | 30.74 | 28.7 | 4.37 | - |
| YUV | 138.66 | 58.22 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 15 | 0 | 0.30 | 0.92 | 0.24 | 40.45 | 0.86 | 0.41 |
| Hex | C1 | 87 | F | 0 | 1E | 5C | 18 | 28 | 56 | 29 |
| Octal | 301 | 207 | 17 | 0 | 36 | 134 | 30 | 50 | 126 | 51 |
| Binary | 11000001 | 10000111 | 1111 | 0 | 11110 | 1011100 | 11000 | 101000 | 1010110 | 101001 |
Color Harmonies of #C1870F
Complementary color
Monochromatic Colors of #C1870F
Black with #C1870F
Text Example
Text Example
White with #C1870F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1870F; }
p { color: rgb(193,135,15); }
H1.HeaderClassName
{
color: #C1870F;
}
.AnyTagClassName
{
color: #C1870F;
}
</style>
background-color css
<style>
a { background-color: #C1870F; }
a { background-color: rgb(193,135,15); }
div.DivClassName
{
background-color: #C1870F;
}
.BgClassName
{
background-color: #C1870F;
}
</style>
border-color css
<style>
span { border-color: #C1870F; }
span { border-color: rgb(193,135,15); }
td.TdClassName
{
border-color: #C1870F;
}
.TagClassName
{
border-color: #C1870F;
}
</style>