Shades of Dark Goldenrod #C1821A
Tints of Dark Goldenrod #C1821A
RGB
CMYK
RGB Variations
Color information
#C1821A (or 0xC1821A) is known color: Dark Goldenrod. HEX triplet: C1, 82 and 1A. RGB value is (193,130,26). Sum of RGB (Red+Green+Blue) = 193+130+26=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C1821A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1821A is #3E7DE5. Grayscale: #898989. Windows color (decimal): -4095462 or 1737409. OLE color: 1737409.
HSL color Cylindrical-coordinate representation of color #C1821A: hue angle of 37.37º 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 #C1821A is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 130 | 26 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.24 |
| HSL | 37.37º | 0.76% | 0.43% | - |
| HSV(B) | 37.37º | 0.87% | 0.76% | - |
| XYZ | 30.16 | 27.38 | 4.67 | - |
| YUV | 136.98 | 65.37 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 26 | 0 | 0.33 | 0.87 | 0.24 | 37.37 | 0.76 | 0.43 |
| Hex | C1 | 82 | 1A | 0 | 21 | 57 | 18 | 25 | 4C | 2B |
| Octal | 301 | 202 | 32 | 0 | 41 | 127 | 30 | 45 | 114 | 53 |
| Binary | 11000001 | 10000010 | 11010 | 0 | 100001 | 1010111 | 11000 | 100101 | 1001100 | 101011 |
Color Harmonies of #C1821A
Complementary color
Monochromatic Colors of #C1821A
Black with #C1821A
Text Example
Text Example
White with #C1821A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1821A; }
p { color: rgb(193,130,26); }
H1.HeaderClassName
{
color: #C1821A;
}
.AnyTagClassName
{
color: #C1821A;
}
</style>
background-color css
<style>
a { background-color: #C1821A; }
a { background-color: rgb(193,130,26); }
div.DivClassName
{
background-color: #C1821A;
}
.BgClassName
{
background-color: #C1821A;
}
</style>
border-color css
<style>
span { border-color: #C1821A; }
span { border-color: rgb(193,130,26); }
td.TdClassName
{
border-color: #C1821A;
}
.TagClassName
{
border-color: #C1821A;
}
</style>