Shades of Dark Goldenrod #C1770B
Tints of Dark Goldenrod #C1770B
RGB
CMYK
RGB Variations
Color information
#C1770B (or 0xC1770B) is known color: Dark Goldenrod. HEX triplet: C1, 77 and 0B. RGB value is (193,119,11). Sum of RGB (Red+Green+Blue) = 193+119+11=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C1770B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1770B is #3E88F4. Grayscale: #818181. Windows color (decimal): -4098293 or 751553. OLE color: 751553.
HSL color Cylindrical-coordinate representation of color #C1770B: hue angle of 35.6º 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 #C1770B is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 11 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.24 |
| HSL | 35.6º | 0.89% | 0.4% | - |
| HSV(B) | 35.6º | 0.94% | 0.76% | - |
| XYZ | 28.65 | 24.56 | 3.55 | - |
| YUV | 128.81 | 61.52 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 11 | 0 | 0.38 | 0.94 | 0.24 | 35.6 | 0.89 | 0.4 |
| Hex | C1 | 77 | B | 0 | 26 | 5E | 18 | 24 | 59 | 28 |
| Octal | 301 | 167 | 13 | 0 | 46 | 136 | 30 | 44 | 131 | 50 |
| Binary | 11000001 | 1110111 | 1011 | 0 | 100110 | 1011110 | 11000 | 100100 | 1011001 | 101000 |
Color Harmonies of #C1770B
Complementary color
Monochromatic Colors of #C1770B
Black with #C1770B
Text Example
Text Example
White with #C1770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1770B; }
p { color: rgb(193,119,11); }
H1.HeaderClassName
{
color: #C1770B;
}
.AnyTagClassName
{
color: #C1770B;
}
</style>
background-color css
<style>
a { background-color: #C1770B; }
a { background-color: rgb(193,119,11); }
div.DivClassName
{
background-color: #C1770B;
}
.BgClassName
{
background-color: #C1770B;
}
</style>
border-color css
<style>
span { border-color: #C1770B; }
span { border-color: rgb(193,119,11); }
td.TdClassName
{
border-color: #C1770B;
}
.TagClassName
{
border-color: #C1770B;
}
</style>