Shades of Dark Goldenrod #C1851A
Tints of Dark Goldenrod #C1851A
RGB
CMYK
RGB Variations
Color information
#C1851A (or 0xC1851A) is known color: Dark Goldenrod. HEX triplet: C1, 85 and 1A. RGB value is (193,133,26). Sum of RGB (Red+Green+Blue) = 193+133+26=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 26 (10.55% from 255 or 7.39% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C1851A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1851A is #3E7AE5. Grayscale: #8B8B8B. Windows color (decimal): -4094694 or 1738177. OLE color: 1738177.
HSL color Cylindrical-coordinate representation of color #C1851A: hue angle of 38.44º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C1851A is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 133 | 26 | - |
| CMYK | 0 | 0.31 | 0.87 | 0.24 |
| HSL | 38.44º | 0.76% | 0.43% | - |
| HSV(B) | 38.44º | 0.87% | 0.76% | - |
| XYZ | 30.57 | 28.19 | 4.81 | - |
| YUV | 138.74 | 64.38 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 26 | 0 | 0.31 | 0.87 | 0.24 | 38.44 | 0.76 | 0.43 |
| Hex | C1 | 85 | 1A | 0 | 1F | 57 | 18 | 26 | 4C | 2B |
| Octal | 301 | 205 | 32 | 0 | 37 | 127 | 30 | 46 | 114 | 53 |
| Binary | 11000001 | 10000101 | 11010 | 0 | 11111 | 1010111 | 11000 | 100110 | 1001100 | 101011 |
Color Harmonies of #C1851A
Complementary color
Monochromatic Colors of #C1851A
Black with #C1851A
Text Example
Text Example
White with #C1851A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1851A; }
p { color: rgb(193,133,26); }
H1.HeaderClassName
{
color: #C1851A;
}
.AnyTagClassName
{
color: #C1851A;
}
</style>
background-color css
<style>
a { background-color: #C1851A; }
a { background-color: rgb(193,133,26); }
div.DivClassName
{
background-color: #C1851A;
}
.BgClassName
{
background-color: #C1851A;
}
</style>
border-color css
<style>
span { border-color: #C1851A; }
span { border-color: rgb(193,133,26); }
td.TdClassName
{
border-color: #C1851A;
}
.TagClassName
{
border-color: #C1851A;
}
</style>