Shades of Dark Goldenrod #C1830F
Tints of Dark Goldenrod #C1830F
RGB
CMYK
RGB Variations
Color information
#C1830F (or 0xC1830F) is known color: Dark Goldenrod. HEX triplet: C1, 83 and 0F. RGB value is (193,131,15). Sum of RGB (Red+Green+Blue) = 193+131+15=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C1830F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1830F is #3E7CF0. Grayscale: #888888. Windows color (decimal): -4095217 or 1016769. OLE color: 1016769.
HSL color Cylindrical-coordinate representation of color #C1830F: hue angle of 39.1º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1830F is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 131 | 15 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.24 |
| HSL | 39.1º | 0.86% | 0.41% | - |
| HSV(B) | 39.1º | 0.92% | 0.76% | - |
| XYZ | 30.19 | 27.6 | 4.19 | - |
| YUV | 136.31 | 59.54 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 131 | 15 | 0 | 0.32 | 0.92 | 0.24 | 39.1 | 0.86 | 0.41 |
| Hex | C1 | 83 | F | 0 | 20 | 5C | 18 | 27 | 56 | 29 |
| Octal | 301 | 203 | 17 | 0 | 40 | 134 | 30 | 47 | 126 | 51 |
| Binary | 11000001 | 10000011 | 1111 | 0 | 100000 | 1011100 | 11000 | 100111 | 1010110 | 101001 |
Color Harmonies of #C1830F
Complementary color
Monochromatic Colors of #C1830F
Black with #C1830F
Text Example
Text Example
White with #C1830F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1830F; }
p { color: rgb(193,131,15); }
H1.HeaderClassName
{
color: #C1830F;
}
.AnyTagClassName
{
color: #C1830F;
}
</style>
background-color css
<style>
a { background-color: #C1830F; }
a { background-color: rgb(193,131,15); }
div.DivClassName
{
background-color: #C1830F;
}
.BgClassName
{
background-color: #C1830F;
}
</style>
border-color css
<style>
span { border-color: #C1830F; }
span { border-color: rgb(193,131,15); }
td.TdClassName
{
border-color: #C1830F;
}
.TagClassName
{
border-color: #C1830F;
}
</style>