Shades of Dark Goldenrod #C1750B
Tints of Dark Goldenrod #C1750B
RGB
CMYK
RGB Variations
Color information
#C1750B (or 0xC1750B) is known color: Dark Goldenrod. HEX triplet: C1, 75 and 0B. RGB value is (193,117,11). Sum of RGB (Red+Green+Blue) = 193+117+11=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C1750B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1750B is #3E8AF4. Grayscale: #808080. Windows color (decimal): -4098805 or 751041. OLE color: 751041.
HSL color Cylindrical-coordinate representation of color #C1750B: hue angle of 34.95º 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 #C1750B is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 11 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.24 |
| HSL | 34.95º | 0.89% | 0.4% | - |
| HSV(B) | 34.95º | 0.94% | 0.76% | - |
| XYZ | 28.41 | 24.08 | 3.47 | - |
| YUV | 127.64 | 62.18 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 11 | 0 | 0.39 | 0.94 | 0.24 | 34.95 | 0.89 | 0.4 |
| Hex | C1 | 75 | B | 0 | 27 | 5E | 18 | 23 | 59 | 28 |
| Octal | 301 | 165 | 13 | 0 | 47 | 136 | 30 | 43 | 131 | 50 |
| Binary | 11000001 | 1110101 | 1011 | 0 | 100111 | 1011110 | 11000 | 100011 | 1011001 | 101000 |
Color Harmonies of #C1750B
Complementary color
Monochromatic Colors of #C1750B
Black with #C1750B
Text Example
Text Example
White with #C1750B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1750B; }
p { color: rgb(193,117,11); }
H1.HeaderClassName
{
color: #C1750B;
}
.AnyTagClassName
{
color: #C1750B;
}
</style>
background-color css
<style>
a { background-color: #C1750B; }
a { background-color: rgb(193,117,11); }
div.DivClassName
{
background-color: #C1750B;
}
.BgClassName
{
background-color: #C1750B;
}
</style>
border-color css
<style>
span { border-color: #C1750B; }
span { border-color: rgb(193,117,11); }
td.TdClassName
{
border-color: #C1750B;
}
.TagClassName
{
border-color: #C1750B;
}
</style>