Shades of Dark Goldenrod #C1710A
Tints of Dark Goldenrod #C1710A
RGB
CMYK
RGB Variations
Color information
#C1710A (or 0xC1710A) is known color: Dark Goldenrod. HEX triplet: C1, 71 and 0A. RGB value is (193,113,10). Sum of RGB (Red+Green+Blue) = 193+113+10=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C1710A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1710A is #3E8EF5. Grayscale: #7D7D7D. Windows color (decimal): -4099830 or 684481. OLE color: 684481.
HSL color Cylindrical-coordinate representation of color #C1710A: hue angle of 33.77º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C1710A is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 10 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.24 |
| HSL | 33.77º | 0.9% | 0.4% | - |
| HSV(B) | 33.77º | 0.95% | 0.76% | - |
| XYZ | 27.95 | 23.17 | 3.29 | - |
| YUV | 125.18 | 63 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 10 | 0 | 0.41 | 0.95 | 0.24 | 33.77 | 0.9 | 0.4 |
| Hex | C1 | 71 | A | 0 | 29 | 5F | 18 | 22 | 5A | 28 |
| Octal | 301 | 161 | 12 | 0 | 51 | 137 | 30 | 42 | 132 | 50 |
| Binary | 11000001 | 1110001 | 1010 | 0 | 101001 | 1011111 | 11000 | 100010 | 1011010 | 101000 |
Color Harmonies of #C1710A
Complementary color
Monochromatic Colors of #C1710A
Black with #C1710A
Text Example
Text Example
White with #C1710A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1710A; }
p { color: rgb(193,113,10); }
H1.HeaderClassName
{
color: #C1710A;
}
.AnyTagClassName
{
color: #C1710A;
}
</style>
background-color css
<style>
a { background-color: #C1710A; }
a { background-color: rgb(193,113,10); }
div.DivClassName
{
background-color: #C1710A;
}
.BgClassName
{
background-color: #C1710A;
}
</style>
border-color css
<style>
span { border-color: #C1710A; }
span { border-color: rgb(193,113,10); }
td.TdClassName
{
border-color: #C1710A;
}
.TagClassName
{
border-color: #C1710A;
}
</style>