Shades of Dark Goldenrod #C1730B
Tints of Dark Goldenrod #C1730B
RGB
CMYK
RGB Variations
Color information
#C1730B (or 0xC1730B) is known color: Dark Goldenrod. HEX triplet: C1, 73 and 0B. RGB value is (193,115,11). Sum of RGB (Red+Green+Blue) = 193+115+11=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C1730B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1730B is #3E8CF4. Grayscale: #7E7E7E. Windows color (decimal): -4099317 or 750529. OLE color: 750529.
HSL color Cylindrical-coordinate representation of color #C1730B: hue angle of 34.29º 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 #C1730B is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 115 | 11 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.24 |
| HSL | 34.29º | 0.89% | 0.4% | - |
| HSV(B) | 34.29º | 0.94% | 0.76% | - |
| XYZ | 28.18 | 23.62 | 3.39 | - |
| YUV | 126.47 | 62.84 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 115 | 11 | 0 | 0.40 | 0.94 | 0.24 | 34.29 | 0.89 | 0.4 |
| Hex | C1 | 73 | B | 0 | 28 | 5E | 18 | 22 | 59 | 28 |
| Octal | 301 | 163 | 13 | 0 | 50 | 136 | 30 | 42 | 131 | 50 |
| Binary | 11000001 | 1110011 | 1011 | 0 | 101000 | 1011110 | 11000 | 100010 | 1011001 | 101000 |
Color Harmonies of #C1730B
Complementary color
Monochromatic Colors of #C1730B
Black with #C1730B
Text Example
Text Example
White with #C1730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1730B; }
p { color: rgb(193,115,11); }
H1.HeaderClassName
{
color: #C1730B;
}
.AnyTagClassName
{
color: #C1730B;
}
</style>
background-color css
<style>
a { background-color: #C1730B; }
a { background-color: rgb(193,115,11); }
div.DivClassName
{
background-color: #C1730B;
}
.BgClassName
{
background-color: #C1730B;
}
</style>
border-color css
<style>
span { border-color: #C1730B; }
span { border-color: rgb(193,115,11); }
td.TdClassName
{
border-color: #C1730B;
}
.TagClassName
{
border-color: #C1730B;
}
</style>