Shades of Dark Goldenrod #C1770F
Tints of Dark Goldenrod #C1770F
RGB
CMYK
RGB Variations
Color information
#C1770F (or 0xC1770F) is known color: Dark Goldenrod. HEX triplet: C1, 77 and 0F. RGB value is (193,119,15). Sum of RGB (Red+Green+Blue) = 193+119+15=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 15 (6.25% from 255 or 4.59% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C1770F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1770F is #3E88F0. Grayscale: #818181. Windows color (decimal): -4098289 or 1013697. OLE color: 1013697.
HSL color Cylindrical-coordinate representation of color #C1770F: hue angle of 35.06º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1770F is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 15 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.24 |
| HSL | 35.06º | 0.86% | 0.41% | - |
| HSV(B) | 35.06º | 0.92% | 0.76% | - |
| XYZ | 28.68 | 24.57 | 3.68 | - |
| YUV | 129.27 | 63.52 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 15 | 0 | 0.38 | 0.92 | 0.24 | 35.06 | 0.86 | 0.41 |
| Hex | C1 | 77 | F | 0 | 26 | 5C | 18 | 23 | 56 | 29 |
| Octal | 301 | 167 | 17 | 0 | 46 | 134 | 30 | 43 | 126 | 51 |
| Binary | 11000001 | 1110111 | 1111 | 0 | 100110 | 1011100 | 11000 | 100011 | 1010110 | 101001 |
Color Harmonies of #C1770F
Complementary color
Monochromatic Colors of #C1770F
Black with #C1770F
Text Example
Text Example
White with #C1770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1770F; }
p { color: rgb(193,119,15); }
H1.HeaderClassName
{
color: #C1770F;
}
.AnyTagClassName
{
color: #C1770F;
}
</style>
background-color css
<style>
a { background-color: #C1770F; }
a { background-color: rgb(193,119,15); }
div.DivClassName
{
background-color: #C1770F;
}
.BgClassName
{
background-color: #C1770F;
}
</style>
border-color css
<style>
span { border-color: #C1770F; }
span { border-color: rgb(193,119,15); }
td.TdClassName
{
border-color: #C1770F;
}
.TagClassName
{
border-color: #C1770F;
}
</style>