Shades of Dark Goldenrod #C1881A
Tints of Dark Goldenrod #C1881A
RGB
CMYK
RGB Variations
Color information
#C1881A (or 0xC1881A) is known color: Dark Goldenrod. HEX triplet: C1, 88 and 1A. RGB value is (193,136,26). Sum of RGB (Red+Green+Blue) = 193+136+26=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 26 (10.55% from 255 or 7.32% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C1881A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1881A is #3E77E5. Grayscale: #8D8D8D. Windows color (decimal): -4093926 or 1738945. OLE color: 1738945.
HSL color Cylindrical-coordinate representation of color #C1881A: hue angle of 39.52º 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 #C1881A is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 136 | 26 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.24 |
| HSL | 39.52º | 0.76% | 0.43% | - |
| HSV(B) | 39.52º | 0.87% | 0.76% | - |
| XYZ | 30.98 | 29.02 | 4.95 | - |
| YUV | 140.5 | 63.38 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 26 | 0 | 0.30 | 0.87 | 0.24 | 39.52 | 0.76 | 0.43 |
| Hex | C1 | 88 | 1A | 0 | 1E | 57 | 18 | 28 | 4C | 2B |
| Octal | 301 | 210 | 32 | 0 | 36 | 127 | 30 | 50 | 114 | 53 |
| Binary | 11000001 | 10001000 | 11010 | 0 | 11110 | 1010111 | 11000 | 101000 | 1001100 | 101011 |
Color Harmonies of #C1881A
Complementary color
Monochromatic Colors of #C1881A
Black with #C1881A
Text Example
Text Example
White with #C1881A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1881A; }
p { color: rgb(193,136,26); }
H1.HeaderClassName
{
color: #C1881A;
}
.AnyTagClassName
{
color: #C1881A;
}
</style>
background-color css
<style>
a { background-color: #C1881A; }
a { background-color: rgb(193,136,26); }
div.DivClassName
{
background-color: #C1881A;
}
.BgClassName
{
background-color: #C1881A;
}
</style>
border-color css
<style>
span { border-color: #C1881A; }
span { border-color: rgb(193,136,26); }
td.TdClassName
{
border-color: #C1881A;
}
.TagClassName
{
border-color: #C1881A;
}
</style>