Shades of Dark Goldenrod #C1710B
Tints of Dark Goldenrod #C1710B
RGB
CMYK
RGB Variations
Color information
#C1710B (or 0xC1710B) is known color: Dark Goldenrod. HEX triplet: C1, 71 and 0B. RGB value is (193,113,11). Sum of RGB (Red+Green+Blue) = 193+113+11=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C1710B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1710B is #3E8EF4. Grayscale: #7D7D7D. Windows color (decimal): -4099829 or 750017. OLE color: 750017.
HSL color Cylindrical-coordinate representation of color #C1710B: hue angle of 33.63º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1710B is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 11 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.24 |
| HSL | 33.63º | 0.89% | 0.4% | - |
| HSV(B) | 33.63º | 0.94% | 0.76% | - |
| XYZ | 27.96 | 23.17 | 3.32 | - |
| YUV | 125.29 | 63.5 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 11 | 0 | 0.41 | 0.94 | 0.24 | 33.63 | 0.89 | 0.4 |
| Hex | C1 | 71 | B | 0 | 29 | 5E | 18 | 22 | 59 | 28 |
| Octal | 301 | 161 | 13 | 0 | 51 | 136 | 30 | 42 | 131 | 50 |
| Binary | 11000001 | 1110001 | 1011 | 0 | 101001 | 1011110 | 11000 | 100010 | 1011001 | 101000 |
Color Harmonies of #C1710B
Complementary color
Monochromatic Colors of #C1710B
Black with #C1710B
Text Example
Text Example
White with #C1710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1710B; }
p { color: rgb(193,113,11); }
H1.HeaderClassName
{
color: #C1710B;
}
.AnyTagClassName
{
color: #C1710B;
}
</style>
background-color css
<style>
a { background-color: #C1710B; }
a { background-color: rgb(193,113,11); }
div.DivClassName
{
background-color: #C1710B;
}
.BgClassName
{
background-color: #C1710B;
}
</style>
border-color css
<style>
span { border-color: #C1710B; }
span { border-color: rgb(193,113,11); }
td.TdClassName
{
border-color: #C1710B;
}
.TagClassName
{
border-color: #C1710B;
}
</style>