Shades of Dark Goldenrod #C1830D
Tints of Dark Goldenrod #C1830D
RGB
CMYK
RGB Variations
Color information
#C1830D (or 0xC1830D) is known color: Dark Goldenrod. HEX triplet: C1, 83 and 0D. RGB value is (193,131,13). Sum of RGB (Red+Green+Blue) = 193+131+13=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C1830D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1830D is #3E7CF2. Grayscale: #888888. Windows color (decimal): -4095219 or 885697. OLE color: 885697.
HSL color Cylindrical-coordinate representation of color #C1830D: hue angle of 39.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1830D is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 131 | 13 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.24 |
| HSL | 39.33º | 0.87% | 0.4% | - |
| HSV(B) | 39.33º | 0.93% | 0.76% | - |
| XYZ | 30.18 | 27.6 | 4.12 | - |
| YUV | 136.09 | 58.54 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 131 | 13 | 0 | 0.32 | 0.93 | 0.24 | 39.33 | 0.87 | 0.4 |
| Hex | C1 | 83 | D | 0 | 20 | 5D | 18 | 27 | 57 | 28 |
| Octal | 301 | 203 | 15 | 0 | 40 | 135 | 30 | 47 | 127 | 50 |
| Binary | 11000001 | 10000011 | 1101 | 0 | 100000 | 1011101 | 11000 | 100111 | 1010111 | 101000 |
Color Harmonies of #C1830D
Complementary color
Monochromatic Colors of #C1830D
Black with #C1830D
Text Example
Text Example
White with #C1830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1830D; }
p { color: rgb(193,131,13); }
H1.HeaderClassName
{
color: #C1830D;
}
.AnyTagClassName
{
color: #C1830D;
}
</style>
background-color css
<style>
a { background-color: #C1830D; }
a { background-color: rgb(193,131,13); }
div.DivClassName
{
background-color: #C1830D;
}
.BgClassName
{
background-color: #C1830D;
}
</style>
border-color css
<style>
span { border-color: #C1830D; }
span { border-color: rgb(193,131,13); }
td.TdClassName
{
border-color: #C1830D;
}
.TagClassName
{
border-color: #C1830D;
}
</style>