Shades of Dark Goldenrod #C1871B
Tints of Dark Goldenrod #C1871B
RGB
CMYK
RGB Variations
Color information
#C1871B (or 0xC1871B) is known color: Dark Goldenrod. HEX triplet: C1, 87 and 1B. RGB value is (193,135,27). Sum of RGB (Red+Green+Blue) = 193+135+27=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 27 (10.94% from 255 or 7.61% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C1871B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1871B is #3E78E4. Grayscale: #8C8C8C. Windows color (decimal): -4094181 or 1804225. OLE color: 1804225.
HSL color Cylindrical-coordinate representation of color #C1871B: hue angle of 39.04º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C1871B is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 27 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.24 |
| HSL | 39.04º | 0.75% | 0.43% | - |
| HSV(B) | 39.04º | 0.86% | 0.76% | - |
| XYZ | 30.85 | 28.74 | 4.96 | - |
| YUV | 140.03 | 64.22 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 27 | 0 | 0.30 | 0.86 | 0.24 | 39.04 | 0.75 | 0.43 |
| Hex | C1 | 87 | 1B | 0 | 1E | 56 | 18 | 27 | 4B | 2B |
| Octal | 301 | 207 | 33 | 0 | 36 | 126 | 30 | 47 | 113 | 53 |
| Binary | 11000001 | 10000111 | 11011 | 0 | 11110 | 1010110 | 11000 | 100111 | 1001011 | 101011 |
Color Harmonies of #C1871B
Complementary color
Monochromatic Colors of #C1871B
Black with #C1871B
Text Example
Text Example
White with #C1871B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1871B; }
p { color: rgb(193,135,27); }
H1.HeaderClassName
{
color: #C1871B;
}
.AnyTagClassName
{
color: #C1871B;
}
</style>
background-color css
<style>
a { background-color: #C1871B; }
a { background-color: rgb(193,135,27); }
div.DivClassName
{
background-color: #C1871B;
}
.BgClassName
{
background-color: #C1871B;
}
</style>
border-color css
<style>
span { border-color: #C1871B; }
span { border-color: rgb(193,135,27); }
td.TdClassName
{
border-color: #C1871B;
}
.TagClassName
{
border-color: #C1871B;
}
</style>