Shades of Dark Goldenrod #C1750A
Tints of Dark Goldenrod #C1750A
RGB
CMYK
RGB Variations
Color information
#C1750A (or 0xC1750A) is known color: Dark Goldenrod. HEX triplet: C1, 75 and 0A. RGB value is (193,117,10). Sum of RGB (Red+Green+Blue) = 193+117+10=320 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.31% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 193 - color contains mainly: red. Hex color #C1750A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1750A is #3E8AF5. Grayscale: #808080. Windows color (decimal): -4098806 or 685505. OLE color: 685505.
HSL color Cylindrical-coordinate representation of color #C1750A: hue angle of 35.08º 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 #C1750A is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 10 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.24 |
| HSL | 35.08º | 0.9% | 0.4% | - |
| HSV(B) | 35.08º | 0.95% | 0.76% | - |
| XYZ | 28.41 | 24.08 | 3.44 | - |
| YUV | 127.53 | 61.68 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 10 | 0 | 0.39 | 0.95 | 0.24 | 35.08 | 0.9 | 0.4 |
| Hex | C1 | 75 | A | 0 | 27 | 5F | 18 | 23 | 5A | 28 |
| Octal | 301 | 165 | 12 | 0 | 47 | 137 | 30 | 43 | 132 | 50 |
| Binary | 11000001 | 1110101 | 1010 | 0 | 100111 | 1011111 | 11000 | 100011 | 1011010 | 101000 |
Color Harmonies of #C1750A
Complementary color
Monochromatic Colors of #C1750A
Black with #C1750A
Text Example
Text Example
White with #C1750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1750A; }
p { color: rgb(193,117,10); }
H1.HeaderClassName
{
color: #C1750A;
}
.AnyTagClassName
{
color: #C1750A;
}
</style>
background-color css
<style>
a { background-color: #C1750A; }
a { background-color: rgb(193,117,10); }
div.DivClassName
{
background-color: #C1750A;
}
.BgClassName
{
background-color: #C1750A;
}
</style>
border-color css
<style>
span { border-color: #C1750A; }
span { border-color: rgb(193,117,10); }
td.TdClassName
{
border-color: #C1750A;
}
.TagClassName
{
border-color: #C1750A;
}
</style>