Shades of Dark Goldenrod #C1780A
Tints of Dark Goldenrod #C1780A
RGB
CMYK
RGB Variations
Color information
#C1780A (or 0xC1780A) is known color: Dark Goldenrod. HEX triplet: C1, 78 and 0A. RGB value is (193,120,10). Sum of RGB (Red+Green+Blue) = 193+120+10=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C1780A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1780A is #3E87F5. Grayscale: #818181. Windows color (decimal): -4098038 or 686273. OLE color: 686273.
HSL color Cylindrical-coordinate representation of color #C1780A: hue angle of 36.07º 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 #C1780A is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 10 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.24 |
| HSL | 36.07º | 0.9% | 0.4% | - |
| HSV(B) | 36.07º | 0.95% | 0.76% | - |
| XYZ | 28.76 | 24.79 | 3.56 | - |
| YUV | 129.29 | 60.68 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 10 | 0 | 0.38 | 0.95 | 0.24 | 36.07 | 0.9 | 0.4 |
| Hex | C1 | 78 | A | 0 | 26 | 5F | 18 | 24 | 5A | 28 |
| Octal | 301 | 170 | 12 | 0 | 46 | 137 | 30 | 44 | 132 | 50 |
| Binary | 11000001 | 1111000 | 1010 | 0 | 100110 | 1011111 | 11000 | 100100 | 1011010 | 101000 |
Color Harmonies of #C1780A
Complementary color
Monochromatic Colors of #C1780A
Black with #C1780A
Text Example
Text Example
White with #C1780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1780A; }
p { color: rgb(193,120,10); }
H1.HeaderClassName
{
color: #C1780A;
}
.AnyTagClassName
{
color: #C1780A;
}
</style>
background-color css
<style>
a { background-color: #C1780A; }
a { background-color: rgb(193,120,10); }
div.DivClassName
{
background-color: #C1780A;
}
.BgClassName
{
background-color: #C1780A;
}
</style>
border-color css
<style>
span { border-color: #C1780A; }
span { border-color: rgb(193,120,10); }
td.TdClassName
{
border-color: #C1780A;
}
.TagClassName
{
border-color: #C1780A;
}
</style>